optimizely / nuclear-js

Reactive Flux built with ImmutableJS data structures. Framework agnostic.
https://optimizely.github.io/nuclear-js/
MIT License
2.23k stars 141 forks source link

React 0.14 support #192

Closed talkhot closed 9 years ago

talkhot commented 9 years ago

A lot of the libraries I use like react-intl/router are switching to React 0.14 and dropping support for 0.13.x I wonder if there is a plan or schedule to make Nuclear React 0.14 compatible?

lyonlai commented 9 years ago

@talkhot I don't think this library has problem supporting react 0.14 as we are on it and haven't find any difficulty with the upgrade.

raulmatei commented 9 years ago

NuclearJS is not dependent on React, you should be able to use it with any other UI (View) library as long as you can find a way to plug it in.

jordangarcia commented 9 years ago

NuclearJS works perfectly fine with React 0.14 :)