microstates-todomvc-model
Version:
Microstates Model for TodoMVC Component
7 lines (5 loc) • 359 B
Markdown
# Microstates Model for TodoMVC Component
Microstates 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](index.js) and examples of consuming this
model to build a TodoMVC app in React.