Back to blog
May 14, 2026 · 8 min read
Building Apple-grade performance with Next.js 15
By 'Apple-grade' we mean latency-free interaction: every tap and scroll gets an immediate response.
Next.js 15's server component model lets us keep pages light while shipping only the interactive pieces to the client.
To keep Framer Motion animations at 60fps, we audit every property outside of transform and opacity.