marcglasberg / async_redux

Flutter Package: A Redux version tailored for Flutter, which is easy to learn, to use, to test, and has no boilerplate. Allows for both sync and async reducers.
Other
234 stars 40 forks source link

question - Any similar plugin for React/Angular? #61

Closed pitazzo closed 3 years ago

pitazzo commented 4 years ago

Hey there, I've been using this plugin for some time and I'm in love with it. I was wondering if the author knows if there is any module for React or Angular which takes advantages of a similar approach to Redux.

Thanks!

marcglasberg commented 4 years ago

I believe AsyncRedux could be translated to JavaScript/TypeScript, with adaptations for React or Angular, but as far as I know that's not done at this point. And I also don't know about other Redux versions for React and Angular with a similar approach.