SAM is a new reactive functional pattern which greatly simplifies the architecture of front-ends (native or Web).
This repo focuses on Vanilla JS and Node.js implementations. It contains the following samples:
- Blog - a simple CRUD implementation showing how easy it is to create isomorphic implementations with SAM (vanilla.js +/- node.js)
- SB-Admin - a simple Web application based on the SB Admin template (node.js with no client-side code)
- TODOMVC - an implementation of the TODOMVC challenge (vanilla.js)