There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
⚛️ React apps are interactive, this means there are usually dozens of states to manage and in there is a suprisingly number of options to manage those states. Plain States, Refs, Context, Reducers, Web Storage, Hooks... the list goes on. This repo is for practicing managing states and serve as a reference for future doubts.