ironbay / react-redux-template

Always up to date best ways to use React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider updating to Redux 1.0 RC

gaearon opened this issue · comments

commented

Redux 1.0 RC is out with breaking changes. No further API changes are expected in 1.0 so it may be a good time to port the example to 1.0 RC (in a branch). We will release 1.0 when the docs are ready.

You can find the comprehensive list of the changes in 1.0 RC against 1.0 alpha in the Redux 1.0 RC release notes. If you haven't ported to alpha yet, you'll need to apply changes from 0.12 to alpha first.

Thank you!
Please make sure to report any issues so we can release a stable 1.0.

commented

Thanks for sending this update. I've ported the example over - looking forward to the docs