Skip to content

Latest commit

 

History

History

todo-mvc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

TodoMVC · Live Demo

This is a lighter version of the well-known React TodoMVC.

  • It handles all of the state in a separate global store and relies heavily on JS getters and setter to provide a clear and simple state management.
  • It persists the todos in localStorage and reflects the current filter in the URL query.

Be sure to click all the buttons in the demo.