# TodoMVC Examples

Both demos share the same machines.

# TodoMVC with React

  • Uses React with hooks (opens new window)
  • Two machines:
    • todosMachine controls the overall Todos application
    • todoMachine controls each individual todo item.

# TodoMVC with Vue

Last Updated: 12/13/2021, 11:00:34 AM