React-starter-kit: Redux

Created on 17 Jul 2015  路  19Comments  路  Source: kriasoft/react-starter-kit

redux as a flux alternative

Watch Dan Abramov's talk on Hot Reloading with Time Travel.

Ref #579

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Most helpful comment

@rusenask I mean... that pretty much sums it up. It's a cleaner flux architecture pattern, and rapidly becoming the community favorite implementation. We could fork this starter kit into two variants (a Flux and a Redux version) if the maintainer isn't interested in swapping out for Redux, but I think it would be in the best interest of the community to do so.

All 19 comments

+1

:+1:

馃樃

+1

+1

+1

+1

+1

+1 yes please

+1

:+1: !!!

+1

+1

could we get some kind of discussion here instead of "+1" ? I am also for redux as it looks like a better and cleaner approach although it would be interesting to hear other opinions.

@rusenask I mean... that pretty much sums it up. It's a cleaner flux architecture pattern, and rapidly becoming the community favorite implementation. We could fork this starter kit into two variants (a Flux and a Redux version) if the maintainer isn't interested in swapping out for Redux, but I think it would be in the best interest of the community to do so.

@koistya I'm interesting in implementing redux in this project. Will be PR possibly accepted? I'm preparing another PR for react-intl support but I need some state sharing for selected language and other react-intl configuration

@langpavel yes, it can be merged into feature/redux branch for now. The problem is that many developer prefer Relay over Redux. I need to conduct a poll to check how many RSK users would like to see Redux on the master branch, how many Relay, and how many would like to keep it Flux-agnostic.

@koistya I'm interesting in Relay too. I thing that can be possible and beneficial to have both but this will need some more digging

A bare minimum Redux integration (example): https://github.com/kriasoft/react-starter-kit/pull/883

Was this page helpful?
0 / 5 - 0 ratings