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...
Whether you are starting a new job or making an open-source contribution, one question that you might always ask yourself...
useReducer() hook is a react hook that can be used to manage the complex state of a component. It can even become a...
CSS comes with set of selectors that can be used to target specific DOM elements and styles them however we want. but some times...
Ever wondered what it really mean by Render Phase, Commit Phase, Concurrency, Pure components...🤯
The reduce function of an array is one of the most versatile functions in JavaScript. With it you can accomplish...
Built with Nextjs, Tailwindcss and much