Elevate Your Skills: Empower Your React App with React-Router-Dom State Lifting!May 6, 2023·4 min read
Bye-bye useState & useEffect: Revolutionizing React Development!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 ...May 16, 2023·7 min read