Increased Next.js App Performance By 30%.

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2024
  • Hey guys, in this video I show you little changes that I did in the CRUD app that we created from scratch in one of my older video.
    Simples changes that resulted in almost 30% performance gain.
    Link to the CRUD video: • CRUD in Next.js Using ...
    Github repo: github.com/adi...
    Thank you.

Комментарии • 23

  • @ky3bk449
    @ky3bk449 21 день назад

    Excellent tutorial, just what I needed)

  • @nightmusic2210
    @nightmusic2210 21 день назад

    00:00 Intro
    00:34 Install next-bundle-analyzer
    05:51 Use Import Dynamic on the bundles
    09:30 Use Import Dynamic on the Components
    14:10 Remove SWR

  • @lenghak_hok
    @lenghak_hok 21 день назад

    Great video! The optimization is also depending on how many modules we are using in our pages. So, overall optimization percentage can be significantly higher that 30%.

  • @bhatvikrant
    @bhatvikrant 23 дня назад

    This was a good watch Aditya!

  • @jitxhere
    @jitxhere 23 дня назад

    Awesome video. Please make more of these performance video

  • @cannotthinkofanybetterhandle
    @cannotthinkofanybetterhandle 23 дня назад +6

    Great video but that line spacing is jarring

  • @ankit.chaurasia
    @ankit.chaurasia 14 дней назад

    Good video, but i guess you need to make the dynamic component render with ssr:true. this makes sure you have the html available on pre rendered page. For most of us the whole point of using nextjs is SEO, but when searchbots won't even see the html, there's no point of using it.

  • @ChandradeepKumar8384
    @ChandradeepKumar8384 2 дня назад

    Nice❤❤

  • @ankeethsuvarna1390
    @ankeethsuvarna1390 10 часов назад

    This is somewhat how Remix works

  • @ashish_prajapati_tr
    @ashish_prajapati_tr 22 дня назад

    Great tutorial

  • @prashlovessamosa
    @prashlovessamosa 24 дня назад

    Thanks for sharing

  • @pubgudit7290
    @pubgudit7290 24 дня назад

    Wow I didn't know that thing, thanks

  • @atharvsankpal
    @atharvsankpal 21 день назад

    Pretty Amazing Aditya!!! Looking forward to learn more from you.

  • @tusharphb6596
    @tusharphb6596 23 дня назад

    Which IDE you are using?

  • @rayhanislam7518
    @rayhanislam7518 22 дня назад

    How to reduce the data transfer as well?

  • @AvinashPratapSinghaps
    @AvinashPratapSinghaps 24 дня назад

    Great Video Man! Thanks