1

!rant
I'm probably going to work on lots of projects in React Native, and a friend told to learn either Flux or Redux. He says they're different and equal ate the same. Which one would you consider I learn first? 😵

Comments
  • 4
    React native and flux/redux are a different stuff.
    You can use flux/redux on other frameworks like angular/view.
    Redux is becoming the 'the facto' flavor on the flux pattern.

    Learn react, then react native, then redux
  • 1
    @searchindex thanks for the help 😁
  • 1
    I tried to get how redux works, I got the basic but it looks too complicated for small app. So I decided to use MobX to manage states in my React Native app.
Add Comment