TodoMVC 示例
Both demos share the same machines.
TodoMVC with React
- Uses React with hooks
- Two machines:
todosMachinecontrols the overall Todos applicationtodoMachinecontrols each individual todo item.
TodoMVC with Vue
- Uses Vue with Composition API
- Two machines:
todosMachinecontrols the overall Todos applicationtodoMachinecontrols each individual todo item.
