voronianski / flux-comparison

:pencil: Practical comparison of different Flux solutions
https://labs.voronianski.dev/flux-comparison/
2.79k stars 214 forks source link

Suggestion add Redux #46

Closed mclouvem closed 8 years ago

mclouvem commented 9 years ago

It seems really good flux implementation Redux

dizlexik commented 9 years ago

:+1:

dozoisch commented 9 years ago

:+1:

laurentvd commented 9 years ago

:+1:

voronianski commented 9 years ago

will add it asap.

laurentvd commented 9 years ago

Awesome! It's pretty hard to pick a Flux implementation that suits me and Redux seems to gain traction lately.

sjonner commented 9 years ago

Seems like Flummox now recommends users to check out Redux in stead. From their readme (2015-07-08):

Flummox 4.0 will likely be the last major release. Use Redux instead. It's really great.

voronianski commented 9 years ago

@sjonner yeah, redux is everywhere right now :fire:, I really plan to add example asap (this weekend hopefully)!

taylorhakes commented 9 years ago

Would be best to wait until redux 1.0 is released, so you don't have to change the example a few days after you create it.

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.

gaearon commented 8 years ago

It's there actually: https://github.com/voronianski/flux-comparison/tree/master/redux. This issue can be closed.