记录一下学习dan的RSC From Scatch 并自己实现一个React-Server-Component的过程
- 1: add JSX stackblitz
- 2: add components stackblitz
- 3: add routing stackblitz
- 4: async components stackblitz
- 5: preserve state on navigation
- 5.1: intercept navigations stackblitz
- 5.2: send JSX over the wire stackblitz
- 5.3: apply JSX updates on the client stackblitz
- 5.3.1 fetch JSX from the server
- 5.3.2 inline the initial JSX into the HTML
- 6: clean things up