author-pic

Michael Jude Larocca

10 posts tagged with "react"

Learn Local Storage in React: Create a Light and Dark Theme Switcher Application

Posted on May 29, 2023

This week's article examines React local storage by creating a theme switcher application. We cover the basics, discuss the limitations, and demonstrate how to implement these concepts in a React app…

Read full post

Understanding and Implementing Unique Keys in React

Posted on May 22, 2023

This article unravels the mystery behind the "unique key" warning message often appearing in React projects. It discusses its importance and demonstrates how to add and create unique keys effectively…

Read full post

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

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

Creating a Travel Journal with React

Posted on April 03, 2023

In this article, I solve Scrimba's React travel journal project, explain the new topics introduced, props, a data page, and JavaScript map, and I share problems I encountered and how to solve them…

Read full post

Creating a Digital Business Card with React

Posted on March 27, 2023

This article is a beginner-friendly guide on creating a digital business card with React, including how to structure and deploy it, which can impress potential employers with your growing skillset…

Read full post

Create a React Project, Push It to GitHub, and Deploy With Netlify, From the Command Line

Posted on March 20, 2023

This article covers creating a React project, pushing it to GitHub, and deploying it with Netlify from the command line, which is excellent for getting your projects up and running quickly and easily…

Read full post

How to Create a Local React Environment with Vite

Posted on March 13, 2023

You've worked hard to learn JavaScript. Are you now ready to start learning React? This article teaches how to create a local environment using Vite, providing a practical approach to practicing React…

Read full post