Very exciting news for everyone in the React community: the React 18 RC (Release Candidate) was released March 8, 2022! That means that the feature...
Some comments have been hidden by the post's author - find out more
For further actions, you may consider blocking this person and/or reporting abuse
Regarding "Streaming Server Rendering", NextJs already has dynamic components, which are asynchronously rendered. I believe that the feature is exactly the same feature. And it also supports "loading" components nextjs.org/docs/advanced-features/...
i think this is because Nextjs was used as a pilot platform to test Server components.
They mentioned this at the end of the video
reactjs.org/blog/2020/12/21/data-f...
Yep, it definitely looks pretty similar! Personally, I think it's nice to see that kind of stuff integrated into React itself, to lessen the need for such dependencies.
I don't think it's same, dynamic import on nextjs isn't new it's feature on ESM you can MDN and also uses lazy which a react function. Streaming Server Components is something else
Awesome explanation. Thanks for sharing!
I suggest a small fix for the old render vs new render code snippet:
Good catch, thank you!
Very lovely update. Thanks.
really thanks for share this✨
Nice post!
Great update more functionality to play around with.
Thanks for sharing!
Awsm explanation 😌
lovely sharing~