You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a lighter version of the well-known React [TodoMVC](http://todomvc.com/). It separates the state into its [own file](/State.js) and relies heavily on JS getters and setter to provide a clear and simple state management.
5
+
This is a lighter version of the well-known React [TodoMVC](http://todomvc.com/). It separates the state into its own file and relies heavily on JS getters and setter to provide a clear and simple state management. Be sure to click all the buttons in the demo that you can find.
0 commit comments