author-pic

Michael Jude Larocca

React: How to Use the Star Wars API for Beginners

Posted on May 04, 2023

May the 4th be with you! In this article, to celebrate Star Wars Day, I learned and stepped through the process of using the Star Wars API to display information on a React website created with Vite…

Read full post

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