State management with Next.js and React
The global state can be helpful when components share some common parts. Also, some parts can stay persistent (in local storage) and be used in the following user's session. React provides a native way to handle state management using context with th...
zsevic.hashnode.dev2 min read