I built the simplest react state management library (usecat)
There are so many state management libs for react, but they are too complex / not easy to use for me. I only need these:
Create state for something;
Update the state out of component;
Get the state out of component;
A hook to read state within co...
blog.peng37.com2 min read