diff --git a/content.html b/content.html index b9cedf7..4aae85d 100644 --- a/content.html +++ b/content.html @@ -1,4 +1,4 @@ - + @@ -16,7 +16,7 @@ } @@ -105,28 +105,26 @@

You need to enable JavaScript to run this app.

- The embargo has just lifted to confirm that AmpereOne is - coming to Google Cloud with the C3A instances. + The embargo has just lifted to confirm that AmpereOne is coming to + Google Cloud with the C3A instances.
But these upcoming instances for now are only in private preview form.

Needless to say I also haven't had any AmpereOne access to check out the - performance and power efficiency of these new Arm server processors from - Ampere Computing. + performance and power efficiency of these new Arm server processors from Ampere + Computing.

- React is a JavaScript library for building user interfaces. + React is a JavaScript library for building user interfaces.


- +
- +

Shadow 1

@@ -166,15 +164,47 @@

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

+ src="http://localhost:3000/index.html"> +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

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




@@ -208,52 +238,10 @@

- We’ve first shared our research on RSC in an introductory talk and an - RFC. + 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.

-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-

- 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. -

- +


@@ -288,15 +276,14 @@

- Server Components can run during the build, letting you read from the - filesystem or fetch static content. + Server Components can run during the build, letting you read from the filesystem + or fetch static content.

@@ -315,14 +302,14 @@

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