Skip to content
This repository has been archived by the owner on Jun 6, 2019. It is now read-only.

Latest commit

 

History

History
32 lines (18 loc) · 1.55 KB

README.md

File metadata and controls

32 lines (18 loc) · 1.55 KB

NOT MAINTAINED ANY MORE

RxR - RxJS the Redux way

RxR - RxJS the Redux way

Greenkeeper badge

Build Status npm

RxR uses RxJS to mimick Redux way of structuring (not only) a React app.

Rewrite current react-redux app with RxJS/RxR is straightforward. You can leave most of the main code nearly intact when you learn RxJS with RxR.

RxJS is great. Try it.

RxR is a really tiny layer, mostly helpers. You don't need to use RxR or learn RxR specific syntax (except RxJS, but this is the aim). This is what I like on Redux a lot and this is what I wanted to have in RxR.

This is work in progress. Two packages (rxr and rxr-react). First versions. A lot to do. Opinions and help welcome.

Read more in RxR docs where you can see Redux and appropriate RxR code side by side and you will get into how (simple) RxR works thanks to RxJS.

Here is demo app with docs about differences between Redux and RxR: rxr-redux-example.

Install

npm install --save rxr rxr-react