Installing Packages to Use React with GraphQL

This lesson is optional. It will teach you how to setup GraphQL with React.

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 create-react-app to create your React application with zero-configuration. Install it with npm by typing the following instructions on the command line:

Get hands-on with 1200+ tech skills courses.