Jan 21, 2022
I'm glad to see someone not suggesting using Context API for global state management. It seems to be gaining popularity as an alternative to redux which doesn't seem like its intended purpose. Context is for sharing state and tightly couples state management with the React API. Good advice here and some mistakes I've been guilty of 😬