Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.04 KB

README.md

File metadata and controls

37 lines (23 loc) · 1.04 KB

React RxJS Todos

React RxJS Todos

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.

Install

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.

Angular Version

If you prefer Angular, you can checkout out Angular RxJS Todos

License

MIT