diff --git a/content.html b/content.html index c757f1c..9c060b7 100644 --- a/content.html +++ b/content.html @@ -15,12 +15,63 @@ max-height: 1.2em; } +
-

React is a JavaScript library for building user interfaces.

+

+

React is a JavaScript library for building user interfaces.

+

+
+

Shadow 1

+
+

Shadow 2

+



@@ -53,7 +104,16 @@


-

React is a JavaScript library for building user interfaces.

+

+ React Server Components (or RSC) is a new application architecture + designed by the React team. +

+


@@ -86,7 +146,10 @@


-

React is a JavaScript library for building user interfaces.

+

+ We’ve first shared our research on RSC in an introductory talk and an + RFC. +




@@ -119,7 +182,17 @@


-

React is a JavaScript library for building user interfaces.

+

+ To recap them, we are introducing a new kind of component—Server + Components—that run ahead of time and are excluded from your JavaScript + bundle. +

+


@@ -153,175 +226,42 @@

-

React is a JavaScript library for building user interfaces.

- -
-

-

-

-

-

-

-

-

-

-

-

-

-
-

React is a JavaScript library for building user interfaces.

- -
-

-

-

-

-

-

-

-

-

-

-

-

-

-

-

-

-

-

-
-

React is a JavaScript library for building user interfaces.

- -
-

-

-

-

-

-

-

-

-

-

-

-

-

-

-

- React is a JavaScript library for - building user interfaces. + Server Components can run during the build, letting you read from the + filesystem or fetch static content.

-

-

-

-

-

-

-

-

-

-

-

-

-
-

React is a JavaScript library for building user interfaces.

+
+
+
+
+
+
+
+
+
+
+
+
+
+

+ Since our last update, we have merged the React Server Components RFC + to ratify the proposal. +