Filter by topic
The React error Too many re-renders. React limits the number of renders to prevent an infinite loop happens when you have reached an infinite render loop.
The React useState hook is a great way to persist state inside the context of a component in React. This post demonstrates a simple React hook that stores state in the URL querystring, building on top of React Routers useSearchParams hook.
Make sure to use the useLayoutEffect whenever you’re doing any work with the DOM reference object.
If you are a frontend developer, chances are you have heard of or you actively use Next.js. And if you are a backend developer (or not), surely Node.js more than rings a bell. Afterall, if one wants…
Today we are extremely happy to finally announce Docusaurus 2.0! 🥳️
The fruit bowl of frontend frameworks is full and React is the fat melon taking up all the space. Do we really need another technology to learn? Rich Harris of the New York Times says yes, and…
Combining React Error Boundaries with AppInsights for automatic error logging
There are four different options to style React components. All depend on your personal preferences and the specific complexity of your application. In React, inline styles are not specified as a…