Skip to content
This repository was archived by the owner on Oct 8, 2018. It is now read-only.

TalkingData/rxloop-react-todos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 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 [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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.3%
  • HTML 9.8%
  • Shell 1.9%