TodoMVC Examples¶
Both demos share the same machines.
TodoMVC with React¶
- Uses React with hooks
- Two machines:
todosMachine
controls the overall Todos applicationtodoMachine
controls each individual todo item.
TodoMVC with Vue¶
- Uses Vue with Composition API
- Two machines:
todosMachine
controls the overall Todos applicationtodoMachine
controls each individual todo item.