Tag: state

  • A Beginner’s Guide to Managing React State with Hooks

    A Beginner’s Guide to Managing React State with Hooks

    Managing state can be one of the more complex aspects of working with React as beginner. What data should be managed by state versus props, which components need to access state and where state should live are all questions I ask myself when planning a new React project. Redux is an alternative for managing state […]

  • Bubble Wrap

    It’s day 3 of #7Day7Websites! This is another fun one (ok, maybe it’s more of an app than a website). It’s bubble wrap. That you can pop. Because that’s fun, right? When I had this idea, I knew that using React to manage the state of each bubble—popped or unpopped—was the way to go. My […]