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 of React.js v16 #534

Closed believer-ufa closed 6 years ago

believer-ufa commented 6 years ago

Hello and thanks for this nice library!

Can i ask: you will support new React.js? As i see, currently it is not working with React.js v16.

eek commented 6 years ago

We're using Reflux with React v16 without any issues since it came out. What problem do you have?

believer-ufa commented 6 years ago

Nice to hear it) Then the problem is somewhere in my code

samfahmie commented 6 years ago

Refluxjs has a dependency on React 15. NPM refuses to install React 16 while I have Reflux installed because it doesn't meet the peer dependency.

ied3vil commented 5 years ago

Probably not relevant still, but i have started to port reflux for react16 so it works with no warns on an upgraded react15->16 project. It is a huge project and the upgrade has to be done gradually.

https://www.npmjs.com/package/reflux-react-16

andpor commented 5 years ago

Why is this CLOSED ? Reflux 6.4.1 has React 15 dependency and React 16 cannot be used....????????

ied3vil commented 5 years ago

@andpor see the reply above... react 16 compatible package above, we are using it in production with no issues however it s just set for compatibility we are not doing development on it