The easy-peasy React state management library
Every application needs to manage state. In React, we can go a long way using hooks, and in particular useState(), and passing props around. In my personal projects when things get more complicated than that, I like to immediately jump to a state man...
May 23, 20213 min read54
