What to learn and use for statement management in React ?
Muhammad Hamza

Muhammad Hamza @hijazi313

About: A passionate self-taught full stack JavaScript developer.

Location:
Pakistan
Joined:
Jan 30, 2020

What to learn and use for statement management in React ?

Publish Date: Jan 2 '21
3 3

As facebook open source team released new State management library for react apps which is Known as Recoil , which seems pretty fascinating what should we developers use in our next React projects for state management e.g Redux , context, or Recoil ? And why ? And any good reason ?

Comments 3 total

  • jan paul
    jan paulJan 3, 2021

    hi bro. i made good experience with redux. it works handy once you get it and you can use it for almost everting you want.

  • Andrei Dascalu
    Andrei DascaluJan 3, 2021

    I would say learn Redux and Context. Redux is the most popular and has lots of resources and examples (though not all of them are the best). Context is the native way to handle state. It has the advantage of not polluting your modules with extra packages and fits lots of base use cases.

Add comment