-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Learn React with TypeScript
By :

So far in this book, we’ve created apps with a single screen. In this chapter, we’ll learn how to create apps with multiple screens with Next.js, which was introduced in the last chapter. React doesn’t include much of the functionality required to build multi-page apps, and Next.js is a popular option that fills that gap.
We will create a blog post app containing three screens – a Home page, a Posts page, and a Post page. We will create a shared header on the screens and navigation options between them. We will also create a search feature and learn all about search parameters.
By the end of this chapter, you’ll know how to build multi-page apps using Next.js.
We’ll cover the following topics: