author-pic

Michael Jude Larocca

Using React useState Hook to Manage Object Props

Posted on April 24, 2023

This week's article explores the powerful realm of the React useState hook! We create a player component, update specific object properties, and explain how to pass object props to child components…

Read full post

Creating a True/False Toggle in React with useState Hook for Beginners

Posted on April 14, 2023

In this article, we learn how to create a true/false toggle using the React useState hook, and then we create a component that addresses the age-old controversy of whether Han Solo shot first or not…

Read full post

Exploring React Props by Creating Star Trek Card Components

Posted on April 10, 2023

After learning JavaScript, getting started with the React environment can feel like a strange new world. This article explores passing data with React props by creating Star Trek card components…

Read full post