Next.js 14 Data Fetching - Avoid THIS Mistake Making Your Apps SLOW

Поделиться
HTML-код
  • Опубликовано: 23 ноя 2024

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

  • @aymenbachiri-yh2hd
    @aymenbachiri-yh2hd Месяц назад

    thank you for letting me understand parallel data fetching

    • @coderyan
      @coderyan  Месяц назад

      You’re welcome

  • @tigana
    @tigana 6 месяцев назад +2

    Thank you so much. The way you explained it was helpful as well for me to have an example of how to describe my thought process in interviews as well.

    • @coderyan
      @coderyan  6 месяцев назад

      Happy it was helpful!

  • @SiddhantDalvi3
    @SiddhantDalvi3 11 месяцев назад +4

    Nice tip 👍🏻! You can also show requests in the network tab.

    • @elramtv
      @elramtv 11 месяцев назад +1

      I don't think server side requests (like that fetch one) are displayed client side, thats why he checks his vscode terminal console and not the browser one.

    • @sirawichvoungchuy3128
      @sirawichvoungchuy3128 11 месяцев назад +1

      @@elramtv you're correct

  • @jeffinj7707
    @jeffinj7707 7 месяцев назад +2

    These types of videos are much appreciated. thanks man

  • @fvgoya
    @fvgoya 6 месяцев назад +1

    That was a really good one!!!! Thank you.

  • @ammarhaidar5995
    @ammarhaidar5995 11 месяцев назад +5

    That was very beneficial 👌👌👌

  • @deadchannel8431
    @deadchannel8431 11 месяцев назад +2

    didn't know this, thanks! You could make this vid way shorter though, and focus mainly on the tip

  • @zainkhalid3670
    @zainkhalid3670 9 месяцев назад +1

    Thank you so much for this!

    • @coderyan
      @coderyan  9 месяцев назад

      You’re welcome!

  • @aaymankhalid9997
    @aaymankhalid9997 8 месяцев назад

    Thank you for making this tutorial, it explained the concept. I do have a question though, Is this strategy applicable for say a todo app,where you make changes in the data stored in the database and then then render it on the front-end?

  • @nikmat
    @nikmat 10 месяцев назад +3

    One request fails, both won’t show up.
    Will be in leading state until the slowest one finishes up. So not a huge fan.

    • @PraiseYeezus
      @PraiseYeezus 10 месяцев назад +1

      yeah, using suspense with a fallback probably would've been better in this case

  • @nasrokamora
    @nasrokamora 6 месяцев назад

    Thank you so much bro 🌟🎩

  • @siva-gy9ks
    @siva-gy9ks 3 месяца назад

    Im stuck at one problem
    When i load the page the cpu load is increased rapidly similarly memory also
    And compilation time is taking 12s like that
    Any solutions🙏🏻 please

  • @josh4play.youtube
    @josh4play.youtube 4 месяца назад

    thank you

    • @coderyan
      @coderyan  4 месяца назад

      You’re welcome

  • @tombowman9103
    @tombowman9103 8 месяцев назад

    Goat

  • @ronnykn2108
    @ronnykn2108 4 месяца назад +1

    some case this method can lead to undefined data value. cmiiw

  • @Adventures_English
    @Adventures_English 7 месяцев назад

    nice one

  • @marceli-wac
    @marceli-wac 6 месяцев назад +5

    This is great but it could have been a 2 minute video :/

  • @dopetag
    @dopetag 11 месяцев назад +1

    Helpful! Thanks. A bit long with all the styling and stuff though.

  • @27sosite73
    @27sosite73 9 месяцев назад

    command + k
    to clean console, mate