Site logo

Léon Zhang

Software Engineer

Next.js

Articles about Next.js

3 articles found

Designing a View Transition Theme Toggle Animation in Next.js
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.
Léon ZhangOct 15, 20253 min read
How to Ship HLS Streaming in Next.js with Plyr and ffmpeg
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.
Léon ZhangSep 30, 20255 min read
Why I Switched from Next.js Image to Imgproxy (And You Should Too)
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.
Léon ZhangSep 24, 20255 min read