malte-wessel / minimal-flux

Scared of Flux? Try this one.
101 stars 7 forks source link

context and react-router + others #10

Open gmaclennan opened 9 years ago

gmaclennan commented 9 years ago

I'm playing around with v0.5.0-alpha together with react-router v1.0.0-beta2, knowing full well that many things are going to break. I'm having trouble with context and <FluxComponent>. I also have material-ui attaching itself to context.

Is v0.5.0-alpha only going to work with React 0.14 alpha right now?

malte-wessel commented 9 years ago

Yes, right there are some problems with the the owner/parent based context system. The alpha version is meant to be used with 0.14. Downside is that react-router only works with 0.13 :(