David Li
2 min readMay 9, 2023

--

title img

Next.js is a popular React framework that enables developers to build server-side rendered React applications with ease. One of the ways to enhance the user experience of a Next.js app is to add page transitions. In this article, we will explore how to add page transitions to a Next.js app.

Step 1: Install Necessary Packages

To add page transitions to a Next.js app, we need to install two packages: framer-motion and…

--

--