Many developers continue to use the useState and useEffect hooks to update states, but I have not been fond of this approach. The issue is that it causes the component to mount, remount, and unmount simultaneously, leading to unexpected behavior. As ...
3 followers
16yo React(Next + Gatsby) dev & tech writer crafting JS and sharing thoughts on Hashnode