Skip to content

Commit f2ff86b

Browse files
committed
add missing videos
1 parent 7ee4699 commit f2ff86b

File tree

2 files changed

+4
-0
lines changed
  • exercises/03.client-components

2 files changed

+4
-0
lines changed

exercises/03.client-components/02.problem.module-resolution/README.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Module Resolution
22

3+
<EpicVideo url="https://www.epicreact.dev/workshops/react-server-components/module-resolution" />
4+
35
👨‍💼 We've successfully converted any of our `'use client'` modules into special
46
modules which register themselves as client references. Now we need to help
57
`react-server-dom-esm` resolve these properly when generating the RSC payload

exercises/03.client-components/02.solution.module-resolution/README.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Module Resolution
22

3+
<EpicVideo url="https://www.epicreact.dev/workshops/react-server-components/module-resolution/solution" />
4+
35
👨‍💼 Great! Now our server is all configured to create `'use client'` module
46
references to properly separate our client and server code. And our client is
57
configured to resolve those references to the client code necessary to run in

0 commit comments

Comments
 (0)