Part 2 Building the frontend

 

In part 1, we focused on the backend of our application, exploring the Neo4j graph database and building our GraphQL API using the Neo4j GraphQL library. Now, it’s time to build the frontend React application.

In chapter 5, we will look at the React framework and concepts important for working with React as we begin building our frontend application. Then, in chapter 6, we add data fetching and client state management with React and GraphQL as we pull in data from the GraphQL API we built in previous chapters. After completing part 2, we will have a functioning initial version of our business review application and will be ready to explore adding authorization and deployment in part 3.