Chapter 12 : React & the Server
In this chapter, we'll talk about React with Server Side Rendering, and the various tools in the ecosystem like Gatsby and Next.js.
Client & Server Domains
Client Fetching (view the code)
Node Fetching (view the code): Run
node index
in thenode-fetching
folder.
Server Rendered Recipes App
Recipes (view the code)
Recipes with Next.js (view the code)
Last updated