What’s new in React 18?

preview_player
Показать описание
If you found the video valuable, please leave a like and subscribe ❤️ It helps the channel grow and helps me pumping out more such content.

About Me:
I'm a CSE'21 graduate from BITS Pilani, Goa. I started coding early in life, at the age of 13 when I created my first blog on Blogger. I am listed in Google, Microsoft, Sony, eSet, etc. Hall of Fame for reporting vulnerabilities in their systems.
I am Apple's WWDC'19 Scholar - visited San Fransisco and attended WWDC. Currently working on my own startup - codedamn.

Connect with me:
🏷 Video Tags: #react18 #javascript

Рекомендации по теме
Комментарии
Автор

Great overview. Small clarification. The section around 14:50 is not about the case where we wait for HTML (or data). It’s about the case where we wait for JS code to load.

Previously it was not possible to start hydrating until *all* JS code has loaded. This made it difficult to integrate SSR and code splitting. (Code splitting is when some code is loaded as a separate script tag to reduce the main bundle size.) The new feature here is we can start hydrating the page before all the JS code for it has loaded. So SSR now doesn’t break code splitting. They work together.

DanAbramov
Автор

Awesome. Looking forward to what Next Js does with this feature.

drmacsika
Автор

Love these detailed explanation. Thank you.

SARVidz
Автор

This has a lot of potential. Still keeping my www app on React 17 for the time being. Once we have a working deployment in production we will try to implement this in staging.

owenwexler
Автор

Can we use React partially? I mean, for most part of the website, we use standard, classic, html, css, js, and only use React on part that requires interactivity, like live feeds, chats, etc.? and possibly lazy-load the React part only?

rikisyahputra
Автор

how are they gonna stream the lazy components?Server side events or http2 stream?

sariksiddiqui
Автор

Not sure if u said this in the video (im at min 10 actually) but will this improve the seo on a react app?

DEV_XO
Автор

Just joined the channel, after watching the video

Bhannat
Автор

Cover Vite.js in your videos, if possible.

abhinavmukherjee
Автор

Does this means we can do the same thing we do on nextjs but actually on a create-react-app? :D

DEV_XO
Автор

Really liked the idea of suspense with SSR .

VKD
Автор

To focus on the content, kindly remove background music. otherwise good :)

rsrini
Автор

Isnt concurrent data fetching still in experimental?

dmsnm
Автор

Excellent content. Can I ask one thing?.... could you PLEASE lose the music in the background? .... thanks again for the video.... subbed !!

tonypeirson
Автор

That background music 😑
Kind of annoying

sarcasticdna
Автор

Looks quite useless for most web pages/apps.

brokula
Автор

React 18 Stealing the Svelte-JS features !!

himanshusaikia
Автор

I have no idea what he is saying. He has not shown any existing working and a visualization of how the new feature would come into picture. Anyways maybe people like me are not the intended audiences.

He seems like a lazy loader

utkarshkukreti