Next.js
Articles about Next.js
3 articles found
Designing a View Transition Theme Toggle Animation in Next.js
How we built a theme toggle that expands into light mode and contracts back to dark mode using the View Transitions API, next-themes, and a pinch of Web Animations control.
How to Ship HLS Streaming in Next.js with Plyr and ffmpeg
A practical walkthrough on packaging adaptive bitrate video with ffmpeg, wiring HLS into a Next.js app using Plyr, and embedding streams inside MDX blog posts.
Why I Switched from Next.js Image to Imgproxy (And You Should Too)
Learn how switching from Next.js built-in image optimization to Imgproxy solved critical OOM errors and improved performance. Includes complete implementation guide with CORS configuration and security best practices.