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

Roadmap questions #550

Closed LiangZugeng closed 4 years ago

LiangZugeng commented 6 years ago

This is a question rather than a issue or feature request.

We've been using Reflux in our React SPA Web application since from Jan 2017, it's been heavily used in almost every single page in our application and it became one of the most important library in our tech stack.

As we are planning our tech roadmap for the next year, we wonder if there is a development plan for Reflux, we are upgrading to React 16.x but found Reflux requires 15.x (no problems working with 16.x though), so if anyone can share some insights regarding how Reflux will be further developed and maintained, it will help us make some decisions.

Thanks a lot in advance.

LiangZugeng commented 6 years ago

@spoike care to share some info?

eek commented 5 years ago

I think the first important step is for @spoike &/ @krawaller to select one or multiple contributors that would take this project forward.

Maybe we can make another issue with people that are interested to take this into their hands, and then to appoint them as Contributors.

cc @LiangZugeng, cc @ied3vil (from which I've also seen some activity)

Maybe you guys can be the first new contributors.

ied3vil commented 5 years ago

@LiangZugeng if you plan to use reflux with react16 you can safely use my ported package and even contribute if you want to port the tests or improve - i've upgraded the build scripts to webpack since grunt was a no choice

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

lloydjatkinson commented 5 years ago

Perhaps a migration guide to other libraries is needed.

https://www.fin.com/posts/from-reflux-to-redux/

LiangZugeng commented 4 years ago

We moved to mobx, issue closed.