5 ms·
https://github.com/loggur/react-redux-provide https://github.com/loggur/react-redux-provide This allows you to encapsulate all of your Redux actions/reducers/e
by tfb 10y ago
https://github.com/loggur/react-redux-provide https://github.com/loggur/react-redux-provide
This allows you to encapsulate all of your Redux actions/reducers/etc into standalone "providers". It decouples pretty much all of your React components (UI) from your Redux logic (models/controllers), which maximually separates your concerns and makes it trivial to reuse anything anywhere. It also allows you to instantly swap databases and/or websocket implementations.