Skip to content

RxJS-CN/react-rxjs-todos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 git@github.com: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