🍿 What's Really Slowing Down Your Next.js App?


Hey Reader,

This week, we're putting your Next.js app under the microscope, what's slowing it down? This along with the latest news, can AI really debug complex React/Next.js bugs? How OpenClaw and Anthropic are enabling AI collaboration, 3 New Coding Models dropped and more.

Let's dive in!


🍿 Our Weekly Snack: What's Really Slowing Down Your Next.js App?

Have you ever wondered why your Next.js app feels sluggish or takes forever to load? 🐌 The new experimental Bundle Analyzer in Next.js 16.1 is here to help!

It's like an X-ray for your app, letting you see inside your JavaScript bundles.

Run the following command and explore your bundle breakdown in a sweet interactive tree map:

Here's an example of what the command will generate.

You can:

✔️ Spot the biggest, scariest modules slowing things down 👻

✔️ Track down sneaky dependencies bloating your app 🕵️‍♀️

✔️ Slim down your server code to speed up startup times ⚡

The Bundle Analyzer is your new best friend for catching performance bugs.

🚀 Latest Frontend News

Can AI actually debug complex React/Next.js bugs? The scorecard is humbling.

TanStack AI New Updates: Send Images, Videos, Audio or any document and Multi-modality support

OpenClaw let multiple AIs work together on one task, now Anthropic ships that idea by default with Agent Teams.

Build Agents that speak to your React apps, with Tambo

Vercel built an AI Engine Optimization pipeline to track whether coding agents are **actually** recommending their tools.

Opus 4.6 Model dropped and 10 mins later GPT Codex 2.3 was also dropped, coincidence? Probably not.

Cursor just dropped Composer 1.5, it learns from mistakes 20× more than Composer 1

E2E tests alone give you a false sense of security, here's why your frontend testing strategy needs more than just Playwright and prayers.


🤔 What did you think of the Newsletter?

If you’ve published a blog post or shipped something, feel free to reply to this email and it comes straight to my inbox. I’m always looking for great community work to consider featuring.

All past newsletters can be found here. You can email me at me@kulkarniankita.com to advertise/sponsor the newsletter.

For those curious, I write all my emails using Convertkit.

See you next week!

Ankita Kulkarni

Join 9200+ subscribers reading by weekly personalized Newsletter that helps developers level up their skills through weekly Frontend and Leadership Snacks. You get a deep dive into a Tech topic, Actionable tips to excel in your career and a toolbox!

Read more from Ankita Kulkarni

Hey Reader, The biggest challenge with AI right now isn't building from scratch or brainstorming, it's great at both. It's building real intuition for how things should work. Take how TikTok and YouTube handle video. If they served the same file to every device, tablet, mobile, desktop, even a slow 3G connection, users would drop off fast. So how would you solve that? Don't worry, let me show you. Here's how to architect for exactly this challenge. PRESENTED BY IMAGEKIT Don't throw raw MP4s...

A code editor displays a file structure showing a new lock file generated in the Next.js directory, indicating port 3000 is occupied.

Hey Reader, Confession: i've lost count of how many times an agent has killed my running dev server and started a new one on a different port. it's the single most annoying thing about coding with AI right now. Turns out Next.js 16.2 just fixed it so dig into the snack below. let's dig in 🍿 PRESENTED BY SUPABASE Supabase is the backend for your app: it gives you a database plus the “boring but necessary” stuff around it (user sign-in, file storage, background functions, and real-time updates)...

View Transitions in Next.js

Hey Reader, I'm working on a new course on AI and I know there are a million courses out there but honestly, I'd like to work on something that can help you ship things. However, I need your help. Can you please answer what type of a course on AI would you want me to work on? Click here to reply ↗ Anyway, let's get into this week's newsletter. PRESENTED BY SUPABASE Supabase is the backend for your app: it gives you a database plus the “boring but necessary” stuff around it (user sign-in, file...