Microstates Model for TodoMVC Component
npm install microstates-todomvc-modelMicrostates Models are immutable data structures that represent state of a component.
This package provides a model for TodoMVC App Component. In this repo you will find a single
data structure for representing state of a TodoMVC app and examples of consuming this
model to build a TodoMVC app in React.