tommy351 / redux-example

A universal (isomorphic) web application example powered by Redux.
MIT License
33 stars 5 forks source link

Consider updating to Redux 1.0 RC #1

Closed gaearon closed 9 years ago

gaearon commented 9 years ago

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.

tommy351 commented 9 years ago

The example has been updated to 1.0 RC.

gaearon commented 9 years ago

Thanks!