DEV Community

Discussion on: React State Management with Recoil

Collapse
 
kinga profile image
Kinga Hunyadi • Edited

Thank you! I mostly used Redux for state management, as it was the most popular πŸ˜„. I want to give Recoil a chance in the future. But I did not use other libraries for state management. I used context only for things that should be shared between all (most) components, e.g. current theme, user. But I will definitely check those out, thanks for the suggestion. ☺️