commander-sam
DIY MVC Framework inspired by SAM pattern for my Coding Dojo.
This is an example of Todo list application (obviously!).
It separates concerns with Commands, Model and View. Has Redux inspired time travel, and component rendering inspired by React.
It's basically a DIY way of building simple web apps without reaching for heavy React/Redux libraries.
USAGE
npm start
const commander = const render = commanderinvokeconst model = const view = commander commander