rxr
rxr copied to clipboard
Maintains state for React app with RxJS the Redux way
Imagine an app which has a dynamic list of counters. Users can add new counter components to a list. Each component has its own unique ID, state and reducers. How...
hi, these are my dependencies ``` "dependencies": { "babel-eslint": "8.0.2", "color": "2.0.1", "eslint": "4.12.0", "eslint-config-airbnb": "16.1.0", "eslint-plugin-import": "2.8.0", "eslint-plugin-jsx-a11y": "6.0.2", "eslint-plugin-react": "7.5.1", "isomorphic-fetch": "^2.2.1", "lodash.merge": "^4.6.0", "prop-types": "^15.5.10", "react": "16.2.0",...
I'm trying to build... It looks like there is a dependency in test on blueprint src files. What am I missing? ``` > [email protected] lint /Users/jeffras/Documents/GitHub/rxr > eslint src test...
## Version **1.0.1** of [eslint-config-dacz](https://github.com/dacz/eslint-config-dacz) was just published. Dependency eslint-config-dacz Current Version 0.13.3 Type devDependency The version **1.0.1** is **not covered** by your **current version range**. If you don’t accept...
Including a typings definition will be very helpful for those that want to leverage rxr from typescript
## Version **1.0.0** of [is-observable](https://github.com/sindresorhus/is-observable) was just published. Dependency is-observable Current Version 0.2.0 Type dependency The version **1.0.0** is **not covered** by your **current version range**. If you don’t accept...
## Version **0.23.0** of [ava](https://github.com/avajs/ava) was just published. Dependency ava Current Version 0.22.0 Type devDependency The version **0.23.0** is **not covered** by your **current version range**. If you don’t accept...
Based on the following issue: https://github.com/dacz/rxr/issues/4
A common issue I've run into with RxR reducers is accessing state. The reducers must return state, but in some workflows a reducer is going to call other reducers. For...
SSR?
I came across rxr [from your comment here](http://michalzalecki.com/use-rxjs-with-react/#comment-2799074802), and I realised it's almost identical to the approach I was kicking around internally on a new project. Good work! The one...