Back to Xstate

TodoMVC React

examples/todomvc-react/readme.md

4.7.1559 B
Original Source

TodoMVC React

This is an implementation of TodoMVC built with:

  • XState v5
  • React
  • TypeScript
  • Vite

How to run

You may run the example locally with:

shell
    cd examples/todomvc-react
    pnpm install
    pnpm run dev

OR

Open in CodeSandbox

OR