Skip to content

Commit 8d4e7cb

Browse files
authored
Merge pull request #83 from nelsieborja/patch-1
Rectify Misspelt "Hybrid"
2 parents 0c5024d + 417aee0 commit 8d4e7cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ function renderApplication(res) {
344344
Use `ImportedStream` to bound all imported component to one "streamId", and then - get used components.
345345
Without `ImportedStream` streamId will be just 0 for all renders. With `ImportedStream` - it is a counter.
346346

347-
# Hydrid render (CSR with prerendering)
347+
# Hybrid render (CSR with prerendering)
348348
This library could support hybrid rendering (aka pre-rendering) compatible in two cases:
349349
- 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).
350350
- 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

Comments
 (0)