DEV Community

Discussion on: Recoil - Ideal React State Management Library?

Collapse
 
koistya profile image
Konstantin Tarkus • Edited

Taking the basic use case scenario - UI theme switching implemented using React's useState(), useEffect() vs Recoil. The Recoil implementation looks so much smoother:

Implementing UI theme switching (a.k.a. Dark Mode) using Recoil