Skip to content
This repository has been archived by the owner on Jan 16, 2018. It is now read-only.

Proposal: port logic to Redux #83

Open
gaearon opened this issue Jun 25, 2015 · 1 comment
Open

Proposal: port logic to Redux #83

gaearon opened this issue Jun 25, 2015 · 1 comment

Comments

@gaearon
Copy link

gaearon commented Jun 25, 2015

I have written a Flux-like framework called Redux that, in my view, preserves the best properties of Flux, but also fixes a few problems with it. In Redux, instead of Stores, you describe everything with “reducers”—pure functions with (state, action) => state signature.

This allows us to have hot reloading for everything: Stores (really, Reducers), Action Creators and Components. In fact Redux makes it possible to build developer tools like “time travel” debugger that also take advantage of hot reloading. I'm going to demo this in my talk at React Europe. Of course, Redux works on client and on server—it's universal.

Would you be interested in porting this kit to use Redux? In JS land, per-module hot reloading is a unique feature of Webpack, and it would be cool to truly show off its power.

@iwano
Copy link

iwano commented Aug 12, 2015

^ would be awesome, are there any updates on this?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants