reflux / refluxjs

A simple library for uni-directional dataflow application architecture with React extensions inspired by Flux
BSD 3-Clause "New" or "Revised" License
5.36k stars 330 forks source link

Support React 0.14 #414

Closed aaronjensen closed 9 years ago

aaronjensen commented 9 years ago

Didn't see it on a roadmap, so opening an issue here. Is there anything preventing React 0.14 support? (It's currently blocked in the package.json). It is in RC now, so it'd be great if reflux was ready when it released.

spoike commented 9 years ago

I haven't looked at the React 0.14 RC yet. I'm not sure if they've removed the mixin support completely, and I really like to use the contextType feature.

You can still use reflux-core package instead though if you're not dependent on the React mixin extras, which doesn't have a dependency to react.

aaronjensen commented 9 years ago

@spoike They did not, nor will they remove mixin support afaik. The createClass syntax is not going away. I'd love to move our app from the mixins, HOC are a better pattern, but it'd be nice if we didn't have to to upgrade.

spoike commented 9 years ago

@aaronjensen OK. We can make the react dependency more flexible then in the next 0.2 release if that's the case.

soluml commented 9 years ago

Looks like 0.14 is out today. Any update on this?

blainekasten commented 9 years ago

423