foxdonut/meiosis

How to integrate it into a redux app

Closed this issue · 4 comments

Great stuff!, i was wondering it this pattern will be hard to integrate inside an existing redux app, how do i use that pattern only on part of the app on a specific route?

@Agamennon good question, you should be able to integrate it gradually
Thank you for your kind words!

About that... redux uses react-redux to control rendering, if i try to render meiosis style inside a react-redux component it will fail, any ideas?

Perhaps try to phase out a react-redux component and integrate Meiosis just for that part, and see if you can apply it gradually to more areas?

Got it to work, router was messing some stuff up, again great stuff!