File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
exercises/03.client-components
02.problem.module-resolution
02.solution.module-resolution Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Module Resolution
2
2
3
+ <EpicVideo url = " https://www.epicreact.dev/workshops/react-server-components/module-resolution" />
4
+
3
5
👨💼 We've successfully converted any of our ` 'use client' ` modules into special
4
6
modules which register themselves as client references. Now we need to help
5
7
` react-server-dom-esm ` resolve these properly when generating the RSC payload
Original file line number Diff line number Diff line change 1
1
# Module Resolution
2
2
3
+ <EpicVideo url = " https://www.epicreact.dev/workshops/react-server-components/module-resolution/solution" />
4
+
3
5
👨💼 Great! Now our server is all configured to create ` 'use client' ` module
4
6
references to properly separate our client and server code. And our client is
5
7
configured to resolve those references to the client code necessary to run in
You can’t perform that action at this time.
0 commit comments