MichalZalecki / connect-rxjs-to-reactLinks
Connect rxjs to React component in Redux style... but without dispatch and constants.
☆188Updated 8 years ago
Alternatives and similar repositories for connect-rxjs-to-react
Users that are interested in connect-rxjs-to-react are comparing it to the libraries listed below
Sorting:
- Convert functional/reactive object description using RxJS into React component☆366Updated 5 years ago
- Use RxJS in React components, via HOC or Hook☆108Updated 2 years ago
- React + RxJs + React-Router + Webpack + babel and soon more☆167Updated 9 years ago
- Reactive React application flow with React, RxJS and Redux☆256Updated 9 years ago
- React / Redux action composition made simple http://salsita.github.io/prism/☆495Updated 8 years ago
- Connect MobX data stores to functional stateless React components with async actions and unidirectional data flow.☆183Updated 8 years ago
- An attempt to make Redux and Elm applications scale☆360Updated 6 years ago
- elm architecture in redux with redux-loop☆263Updated 9 years ago
- RxJS implementation of Saga pattern for redux☆112Updated 9 years ago
- Sane local component state & actions using Redux☆178Updated 7 years ago
- Runnable source code of the #GoReactive #mobservable talk☆97Updated 9 years ago
- Redux'ish Functional State Management using RxJS☆95Updated 7 years ago
- Maintains state for React app with RxJS the Redux way☆62Updated 6 years ago
- React… examples…☆99Updated 9 years ago
- Abstracts universal consumption of application code base using webpack.☆290Updated 8 years ago
- Redux toolset for keeping all the side effects inside your reducers while maintaining their purity.☆180Updated 9 years ago
- Rx functional interface to Facebook's React☆370Updated 6 years ago
- Spec for Canonical Reducer Composition design pattern.☆186Updated 10 years ago
- history transitions based on arbitrary actions☆166Updated 9 years ago
- My personal attempt at understanding Elm architecture☆170Updated 10 years ago
- Helpers for using router5 with React [MOVED]☆83Updated 7 years ago
- Batch React updates that occur as a result of Redux dispatches, to prevent cascading renders. See https://github.com/gaearon/redux/issues…☆223Updated 9 years ago
- A tiny library (12 lines) for creating state machines in Redux apps☆336Updated 3 years ago
- A utility to wrap many copies of a single Redux reducer into a single key-based reducer.☆421Updated 7 years ago
- A reimplementation of redux using RxJS.☆420Updated 10 years ago
- Isomorphic port of the redux counter app