Level up your web development journey

November 19, 2024

How to build page transitions in Next.js using the app directory

Page transitions help create a smooth experience by adding visual continuity between pages. However, since Next.js 13, using AnimatePresence from Framer Motion with the new app directory can present some issues. Instead, a custom transition component using next/navigation offers a smooth and versatile workaround.