#react
Read more stories on Hashnode
Articles with this tag
Within a React or Next.js app, if you encounter the error “Hydration failed because the initial UI does not match what was rendered on the server”,...
When working with React, developers often come across the need to render lists of items efficiently. Every item in a list needs to have a key prop...
Font Awesome is a great resource to use various types of icons in your project including well-known social media icons and a lot more. It can be used...
I was recently trying to comment out some logic inside my JSX to add context about what a potentially complex logic, but realized that comments in JSX...
Remember the earlier versions of React that used to batch multiple state updates inside event handlers such as click or change to avoid multiple...
Sometimes you want to give the users the ability to download a part of the web application as an image. In that case, you want a way to convert a...