DEV Community

Discussion on: Getting started with state management using useReducer and Context

Collapse
 
wobsoriano profile image
Robert

Bookmarking for my next React project. react-tracked looks great!

Collapse
 
emma profile image
Emma Goto 🍙

I actually hadn't heard of it until I was Googling for workarounds to Context's re-render problem! I'm curious if many people use it in their apps or if people jump straight to something like Redux 🤔

Collapse
 
wobsoriano profile image
Robert

Same thoughts.

I'm checking out easy-peasy for now as it is more friendly at least for me. 😀

Thread Thread
 
emma profile image
Emma Goto 🍙

Wow, I wonder how many state management libraries are out there because I hadn't heard of that one either! I might check that one out too 😄