TodoMVC is popular example for MV* library.
📝 Please see tutorial documents!
npm install
npm start
open http://localhost:8080/
npm tests
- TodoList
TodoList
is a collection of TodoItem
- TodoItem
TodoItem
is a value object for todo item.
- TodoStore
- TodoStore merge with
TodoList
- TodoStore has state for filtering
- TodoStore merge with
BSD
This TodoMVC's component was created by Bill Fisher.