Prevent Acid Redux with Redux Toolkit
An introduction to some much needed medicine
Jun 14, 202211 min read388

Search for a command to run...
Articles tagged with #reactjs
An introduction to some much needed medicine

There may be times when you don't want to trigger renders when capturing data from the user. useState, by now, is a well known and handy hook since it was implemented in React 16.8. When setting our state variable with useState, it causes a render of...

Learn how to make your own component to handle conditional rendering in React.

In this article you'll find a method to use whenever you have a long string that may funk up your UI components. I was working on a list item component for a project and found a problem we run into a lot. What I have is a list of cards that bring in...
