How Fast is React SSR? (Server-side Rendering with JavaScript Frameworks)

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

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

  • @lutfucan90
    @lutfucan90 7 лет назад +6

    Seems like we'll be waiting for Vue or Nuxt for ages .

  • @88RunnerBlade
    @88RunnerBlade 6 лет назад +1

    Does it really need CSS to render? If css file is big I would like for just the SSR rendered HTML to be displayed. I have a problem doing that, it always waits for all css to download before it renders. Interesting thing is that if in Network I block request for css file(I extracted css in separate file with webpack extract-text-webpack-plugin) only the server side rendered HTML is shown on the screen. So why can it not show just server side rendered HTML when it also has to download css file, and then when it download is finished it just adds the styles?

  • @JogandocomFaria
    @JogandocomFaria 5 лет назад

    it would be a nice test if you compare ssr react vs vanilla js solution in a large scale where we have millions users and show how it affect server in case of memory usage and first meaningful paint

  • @NtaRecord
    @NtaRecord 7 лет назад

    What version of React did you use ? Seems like react 16 improved the SSR performance. Would be intersting to compare Preact and React 16

  • @PrakashBharti786
    @PrakashBharti786 7 лет назад +2

    when you will upload video for Vue js?? Kinldy upload the video for the same. We are waiting for a long time.. @David

  • @rajlaxmidora1061
    @rajlaxmidora1061 7 лет назад +2

    why we use server side rendering , is it only the first load is faster...

    • @MikesGlitch
      @MikesGlitch 4 года назад +1

      2 years late but i think the main reason is for SEO which is partly loading times and partly giving the search bot crawlers html content to parse. SPA's run on the client and do API calls to hydrate data (normally showing a loading spinner). Search bot crawlers only hang around for a small period of time after loading the page so they'll only see the loading spinner and not the data. By using SSR you can ensure the data that is on the page is seen by the search crawler because it's in the html on first load.

    • @rajlaxmidora1061
      @rajlaxmidora1061 4 года назад

      @@MikesGlitch Thank You Michael...Yes 2 years back I used to work as Front end developer, Now Its since few months I am a full time Yoga teacher :) 👍

    • @brainoverflow98
      @brainoverflow98 3 года назад

      @@rajlaxmidora1061 that's amazing :D Why did you quit your job?

  • @TheGrafox
    @TheGrafox 7 лет назад

    Thanks

  • @mika2666
    @mika2666 7 лет назад +1

    Preact coming soon I hear? :D

  • @meghashyambhandary4191
    @meghashyambhandary4191 7 лет назад

    Seems like the next video will be for me😂 moto g4 plus, mac, vscode & preact

    • @mika2666
      @mika2666 7 лет назад +1

      almost the same for me, oneplus 3, macbook air, vscode & preact :D

  • @noureddine2228
    @noureddine2228 6 лет назад

    Is this app hydrated?

  • @lutfucan90
    @lutfucan90 7 лет назад

    we saw that a week agooo QQ cmoon guyz

  • @АкобирМАДЖИДОВ-п7и
    @АкобирМАДЖИДОВ-п7и 7 лет назад +4

    First Vuejs please!)))))))

  • @ruggeddog3103
    @ruggeddog3103 3 года назад

    nice tutorial fake bloopers