Hacker News new | past | comments | ask | show | jobs | submit login

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.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: