carteb / carte-blanche

An isolated development space with integrated fuzz testing for your components. See them individually, explore them in different states and quickly and confidently develop them.
https://www.youtube.com/watch?v=6g3-TQ6aaw8
MIT License
1.5k stars 47 forks source link

Implement Redux for the ReactPlugin #349

Open mxstbr opened 8 years ago

mxstbr commented 8 years ago

At the moment the PlaygroundList component of the ReactPlugin is a massive beast that takes care of everything. It's like a top level global state management thingy – oh wait, there's better solutions for this? :wink:

I think we've discovered the point where integrating Redux starts making sense and everything easier to handle. Would appreciate a PR implementing this!

lithin commented 8 years ago

I'm on it :)