Building Server-rendered React Apps with NextJS
In this post, I’ll explain what NextJS is, and how you can use it to build a server-rendered React web application and deploy it to production.
In this post, I’ll explain what NextJS is, and how you can use it to build a server-rendered React web application and deploy it to production.
This excellent post by Lucas Reis introduces various patterns for writing React components.
Update (Mar.29, 2018): I now recommend using NextJS to build server-rendered React applications. Read more about it here. This tutorial will explain the simplest way I have found to server render React components, fetch data, and share component state and props between server and client. You don’t need anything complicated. It’s actually very easy and […]