Avoid these Painful Mistakes Slowing your Next.js apps


Hey friend,

I have some good news ๐ŸŽ‰.

I've been working hard on offering a Exclusive Live Workshop on Next.js.

Want to take your Next.js skills to the next level and learn how to build a production ready, modern and full stack app?

well, this workshop is for you!!

โ€‹You can read more about the workshop here โ†—๏ธโ€‹

As a special thank you for reading my weekly newsletter, I plan to offer some launch discounts and exclusive bonuses to folks on the waitlist so please add yourself to the waitlist if you are interested.

Clicking this button will add you to the waitlist โœจ


Here are a five common mistakes I've seen developers make in Next.js that are truly slowing your apps.

  • Not Utilizing the sizes Prop with the Image Component ๐ŸŽจ
  • Incorrect Usage of Loading States in Server Actions ๐Ÿ”
  • Misplacement of Redirect Functions in Server Actions โ†
  • Inadequate Cache Management ๐Ÿ“ฆ
  • Improper Component Architecture ๐ŸŒ

We won't be diving into each one but only "Not utilizing the sizes Prop with the Image component".

To watch the rest, you can check out my Youtube video here โ†—๏ธโ€‹

๐Ÿฟ Our Weekly Snack: Not Utilizing the sizes Prop with the Image Component

Here is a quick code snippet,

For optimal performance benefits with Next.js's image component, it's essential to specify the sizes prop along with fill={true} property to ensure the appropriate image size is served based on viewport dimensions.

Failure to do so may result in inefficient image loading, causing larger images to be downloaded unnecessarily. This means you'll download an image 3x the size on a smaller mobile device.

This can easily slow down your app performance.

Weekly Youtube Videos ๐Ÿ’–

I've been asked to create a video a deep dive into Caching for a while now so here you go.

Check out the below video on Next.js Caching or master Next.js by taking my completely free Crash Course.

Master Next.js Caching in 25 minutes

video previewโ€‹

Ultimate Next.js Crash Course ๐Ÿš€

video previewโ€‹

Check it out and subscribe to my channel for more content related to Frontend, Leadership and Career Development. ๐Ÿ’ช

Frontend News & Developers Toolbox ๐Ÿงฐ

  • A compiler for React called React Unforget โ†—๏ธ that optimizes components and hooks for performance and readability.
    โ€‹
  • Do you like ESLint, but for performance? Million Lint โ†—๏ธ is a VSCode extension that keeps your React website fast. They identify slow code and provide suggestions to fix it.
    โ€‹
  • Vercel has a new SDK for AI 3.0 โ†—๏ธ, a generative UI design tool that converts text and image prompts to React UIs and streamlines the design engineering process.

Ankita Kulkarni

Join 6000+ 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
AI coding assistant for large codebases

Hey Reader, Having an AI Code Editor is mandatory in today's world. Last weekend, I was talking to a friend who's a Staff DevOps Lead at a Tech firm. He hadn't tried any of the AI Code Editors yet and said he was hesitantโ€”mostly because he thought editors wouldn't know the Context of his codebase as he does and also they can't keep up with his brain ๐Ÿง , he joked. So, very confidently, I showed him Cursor AI. And to my surprise, Cursor really sucked at remembering context. Plus, it took Cursor...

shipped my first SaaS

Hey Reader, A couple years ago, I made a bold move. I left my corporate 9-to-5 to become a Tech Educator. Starting from scratch was challenging, I had limited social proof and only had testimonials from my past colleagues. Existing social proof tools were charging $75/month ($900/year!) and were overly complex plus they stopped improving the product. Thatโ€™s when I decided to build my own solution and Ship my First SaaS called as ProofyBubble. ๐Ÿฉต ProofyBubble shows real-time visitor and...

Hey Reader, I have some exciting news ๐Ÿฅณ. I have been working hard on launching the Modern Full Stack Next.js Course โ†—๏ธ. It's a course that teaches you to build and deploy modern full stack Next.js Production-ready apps. It is coming along well and I am taking the extra time to perfect it. Itโ€™s set to launch in April, and I canโ€™t wait for yโ€™all to check it out! I plan to share extra bonuses ๐ŸŽ and nuggets for folks on the waitlist so click this magic link to join the waitlist โ†—๏ธ. Weekly Snack:...