You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -344,7 +344,7 @@ function renderApplication(res) {
344
344
Use `ImportedStream` to bound all imported component to one "streamId", and then - get used components.
345
345
Without `ImportedStream` streamId will be just 0 for all renders. With `ImportedStream` - it is a counter.
346
346
347
-
# Hydrid render (CSR with prerendering)
347
+
# Hybrid render (CSR with prerendering)
348
348
This library could support hybrid rendering (aka pre-rendering) compatible in two cases:
349
349
- pre-render supports `state hydration`, like `getState` in [react-snap](https://github.com/stereobooster/react-snap). See our [example](https://github.com/theKashey/react-imported-component/tree/master/examples/hybrid/react-snap).
350
350
- for [rendertron](https://github.com/GoogleChrome/rendertron) or [https://prerender.io](https://prerender.io) follow `react-snap` example, just dump `state` using `setTimeout`.
0 commit comments