Ever wondered why the console.log() you added in the useEffect runs twice in the development mode?
If you've been into react for a while, you might have encountered problems where you are fetching some data...
useReducer() hook is a react hook that can be used to manage the complex state of a component. It can even become a...
Ever wondered what it really mean by Render Phase, Commit Phase, Concurrency, Pure components...🤯
Built with Nextjs, Tailwindcss and much