Section 2: Building the Application
Knowing how to write a React application and tying that together with GraphQL and other technologies to build a real use case is the hardest part. This section will give you the confidence to build an application yourself while teaching you how React, authentication, routing, server-side rendering, and many other things work.
In this section, there are the following chapters:
- Chapter 4, Hooking Apollo into React
- Chapter 5, Reusable React Components and React Hooks
- Chapter 6, Authentication with Apollo and React
- Chapter 7, Handling Image Uploads
- Chapter 8, Routing in React
- Chapter 9, Implementing Server-Side Rendering
- Chapter 10, Real-Time Subscriptions
- Chapter 11, Writing Tests for React and Node.js