How I use Context and Hooks to manage state in React
Managing state is a big part of front-end development in this age of JavaScript frameworks. There are a lot of options to manage state in React JS. May be most common using Redux. But using Redux for a small application may not be ideal. React has a ...
shadmanshakib.hashnode.dev4 min read