recyclejs / recycle

Convert functional/reactive object description using RxJS into React component

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redux plugin

domagojk opened this issue · comments

Redux plugin implementation.

I believe that it could be similar to store plugin but with global reducers and createStore from Redux

Redux plugin has been implemented.
As mentioned, containers are written a bit diferently than with react-redux bindings

It still needs to be documented, though

TodoMVC example: https://github.com/recyclejs/recycle/tree/master/examples/TodoMVC-Redux

Official redux driver for recycle is documented