Level up your web development journey
January 28, 2025
Comparing the performance of Framer Motion and GSAP Animations in Next.js
Today, we're putting two animation champions in the ring, Framer Motion and GSAP. One's the React darling, the other's the veteran. But which one should you choose for your Next.js project?
Read more
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.
Read more