Skip to content

Commit b400dbb

Browse files
committed
update to epic react
1 parent 6a377ba commit b400dbb

File tree

10 files changed

+49
-4
lines changed

10 files changed

+49
-4
lines changed

exercises/02.server-components/README.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ handing that off to our components to generate the UI, we request the UI itself.
2222

2323
Let's compare initial render of a SPA that uses JSON with a SPA that uses RSCs:
2424

25-
![A flowchart for the initial render of a Typical SPA as described below](/img/spa-initial-render.png)
25+
![A flowchart for the initial render of a Typical SPA as described below](/images/spa-initial-render.png)
2626

2727
<details>
2828
<summary>Here's a bullet-point text version of this flowchart:</summary>
@@ -42,7 +42,7 @@ Let's compare initial render of a SPA that uses JSON with a SPA that uses RSCs:
4242

4343
</details>
4444

45-
![A flowchart for React Server Components and actions as described below](/img/super-simple-rsc-initial-render.png)
45+
![A flowchart for React Server Components and actions as described below](/images/super-simple-rsc-initial-render.png)
4646

4747
<details>
4848
<summary>Here's a bullet-point text version of the flowchart:</summary>

exercises/README.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ future.
4949
Let's take a look at a flowchart showing a typical Single Page Application (SPA)
5050
built with React:
5151

52-
![A flowchart for a Typical SPA as described below](/img/spa.png)
52+
![A flowchart for a Typical SPA as described below](/images/spa.png)
5353

5454
<details>
5555
<summary>Here's a bullet-point text version of this flowchart:</summary>
@@ -90,7 +90,7 @@ of requesting data from the server and then rendering it on the client, you can
9090
make a request, have React generate the UI on the server, and send it back to
9191
the client.
9292

93-
![A flowchart for React Server Components and actions as described below](/img/super-simple-rsc.png)
93+
![A flowchart for React Server Components and actions as described below](/images/super-simple-rsc.png)
9494

9595
<details>
9696
<summary>Here's a bullet-point text version of the flowchart:</summary>

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
"title": "React Server Components 🤹",
66
"githubRoot": "https://github.com/epicweb-dev/react-server-components/blob/main",
77
"subtitle": "Understand React Server Components and Server Actions by building a framework with them.",
8+
"product": {
9+
"host": "www.epicreact.dev",
10+
"slug": "react-server-components",
11+
"displayName": "EpicReact.dev",
12+
"displayNameShort": "EpicReact",
13+
"logo": "/logo.svg"
14+
},
815
"instructor": {
916
"name": "Kent C. Dodds",
1017
"avatar": "/images/instructor.png",

public/favicon.ico

14.7 KB
Binary file not shown.

public/favicon.svg

Lines changed: 13 additions & 0 deletions
Loading
File renamed without changes.
File renamed without changes.

public/logo.svg

Lines changed: 25 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)