How useState works in React.js (Rendering, Asynchronous, Batch and more)
I expect that you have basic knowledge of React.js and Hooks. I will more focus on under the hood and some interesting behaviour of useState in this blog.
Hooks are really useful in functional components in React.js. useState hook is commonly used. ...
sahedthought.hashnode.dev5 min read