Installing Packages to Use React with GraphQL
Explore how to set up a local React environment for GraphQL by installing necessary packages. Learn to create a React app with create-react-app, install axios, and securely manage your GitHub personal access token using environment variables.
We'll cover the following...
We'll cover the following...
For the purpose of this course, all the required packages are installed beforehand for the in-browser environment. However, if you want to further practice on your local browser, you can follow the installation guide in this chapter to help you install the required packages to get started locally.
For this application, no elaborate React setup is needed. We can simply use creat ...