React Component State Management
Managing state in React used to keep me up at night when I first started building enterprise apps eight years ago. I remember struggling with “prop drilling” where I passed data through ten components just to update a single toggle. In this tutorial, I will share the exact methods I use today to handle state … Read more >>