RxJS-CN / react-rxjs-todos

React + RxJS TodoList

Home Page:https://rxjs-cn.github.io/react-rxjs-todos/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

React + RxJS TodoList

https://rxjs-cn.github.io/react-rxjs-todos/

License:MIT License


Languages

Language:JavaScript 83.0%Language:HTML 14.2%Language:Shell 2.7%