Next.js Quick Start Guide
上QQ阅读APP看书,第一时间看更新

Who this book is for

This book is for skilled professionals seeking a comprehensive guide on how to build a flexible, scalable, and well-designed universal JavaScript application with server-side rendering capabilities using Next.js.

This book will also help developers discover what server-side rendering is and get to grips with what the bleeding edge of the technology has to offer in its current state.

We will guide users through the following challenges:

  • Performance of single-page applications
  • SEO
  • Blazing-fast rendering of the initial page when a customers visit the website
  • Maximum reuse of modules on client and server sides
  • What server-side rendering is, how it helps, and how to do it right