React

Passing Data from a Child Component to the Parent in React

Updated: January 19, 2023 By: A Goodman

In React, passing data from a parent component into a child component is quite easy with “props”. On the other hand, passing data from a child component to a parent component is a little more complicated,…

How to use react-ga to track your React website traffic

Updated: January 19, 2023 By: A Goodman

This tutorial shows you how to track your React app (or website) traffic with Google Analytics. Prerequisites To follow this tutorial, you should have the following: Installation The react-ga package is an open-source library that is…

How to use Font Awesome icons in React

Updated: February 13, 2023 By: A Goodman

This article will show you how to use Font Awesome icons in a React app. Firstly, let’s install the necessary packages: Note that you can also install all of the packages above by running this “one-shot”…

1 9 10 11