This series contains some of my findings while studying the implementation details of SAPUI5 / OpenUI5, yet another Javascript MVC framework developed by SAP.
- SAPUI5 walkthrough and dive in (tutorial source code can be found here)
- Step 1: Hello World! Where it all began
- Step 3: Controls. How does controls work?
- Step 6: Modules. How does modules work?
- Step 7: JSON Model. How does two way data-binding work?
- Step 8: Translatable Texts. How does i18n work?
- How does X work?
Better yet, why not to reinvent the wheel, building angular.js from scratch, checkout jgular for more information.