
React Server Components: Part 1 - JSJ 582
JavaScript Jabber
00:00
The Importance of React for Optimization
In React, we want to be able to reuse code in both environments. Some components can only work on the server. And that is something you couldn't really put into a component before at all because it has associated, you know, server code with it that is server only. So I think that's like one key feature is that now you can write like componentized pieces that are server only and reuse them.
Play episode from 23:02
Transcript


