You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really like the idea of Reflux and would like to use it. Unfortunately, our project only uses functional components. From the documentation I didn't see a way to use Reflux with functional components. If there is a way, please let me know.
Thanks! Chris
The text was updated successfully, but these errors were encountered:
I really like the idea of Reflux and would like to use it. Unfortunately, our project only uses functional components. From the documentation I didn't see a way to use Reflux with functional components. If there is a way, please let me know.
Thanks! Chris
Reflux.js is no longer maintained, hence there will be no support for functional components.
We've moved away from it a few years ago, and the choice was MobX - https://github.com/mobxjs/mobx-react which can be used in an almost identical way and it's actually faster and easier to implement. Especially if you enabled decorators.
I really like the idea of Reflux and would like to use it. Unfortunately, our project only uses functional components. From the documentation I didn't see a way to use Reflux with functional components. If there is a way, please let me know.
Thanks! Chris
The text was updated successfully, but these errors were encountered: