File tree 5 files changed +34
-0
lines changed
5 files changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -136,6 +136,12 @@ enableReactOptimization(); // just makes it a but faster
136
136
137
137
# Example
138
138
139
+ ## Demo
140
+ - [ React SSR] ( /example/ssr-react/README.md )
141
+ - [ React SSR + TS] ( /example/ssr-react-ts/README.md )
142
+ - [ React Streaming SSR] ( /example/ssr-react-streaming/README.md )
143
+ - [ React Streaming SSR + TS] ( /example/ssr-react-streaming-ts/README.md )
144
+
139
145
## Static rendering
140
146
141
147
There is nothing interesting here - just render, just ` getUsedStyles ` .
Original file line number Diff line number Diff line change
1
+ # React Streaming SSR + TS demo
2
+
3
+ This template is build using ` vite ` and uses ` renderToPipeableStream ` for SSR.
4
+ To run the demo:
5
+
6
+ - dev: ` yarn install && yarn dev ` .
7
+ - prod: ` yarn install && yarn build && yarn preview `
Original file line number Diff line number Diff line change
1
+ # React Streaming SSR demo
2
+
3
+ This template is build using ` vite ` and uses ` renderToPipeableStream ` for SSR.
4
+ To run the demo:
5
+
6
+ - dev: ` yarn install && yarn dev ` .
7
+ - prod: ` yarn install && yarn build && yarn preview `
Original file line number Diff line number Diff line change
1
+ # React SSR + TS demo
2
+
3
+ This template is build using ` vite ` and uses ` renderToString ` for SSR.
4
+ To run the demo:
5
+
6
+ - dev: ` yarn install && yarn dev ` .
7
+ - prod: ` yarn install && yarn build && yarn preview `
Original file line number Diff line number Diff line change
1
+ # React SSR demo
2
+
3
+ This template is build using ` vite ` and uses ` renderToString ` for SSR.
4
+ To run the demo:
5
+
6
+ - dev: ` yarn install && yarn dev ` .
7
+ - prod: ` yarn install && yarn build && yarn preview `
You can’t perform that action at this time.
0 commit comments