This repo shows a basic todos example base on the famous TodoMVC but using RxJS and React. The goal is to show how to use the Observables data architecture pattern within React. The implementation was inspired by the React Rx TodoMVC Example.
Try the live demo here.
This React app was build with create-react-app.
# clone the repo
git clone [email protected]:RxJS-CN/react-rxjs-todos.git
# change into the repo directory
cd react-rxjs-todos
# install dependencies
npm install
# run
npm start
Then visit http://localhost:3000 in your browser.
If you prefer Angular, you can checkout out Angular RxJS Todos
MIT