File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ Other features:
60
60
61
61
- 🔥 Hot-Module-Replacement/React-Hot-Loader friendly
62
62
- ⛓️ support forwardRef
63
- - ⚛️ Rect 16/Async/Hooks ready
63
+ - ⚛️ React 16/Async/Hooks ready
64
64
- 🛠 HOC, Component, Hooks API
65
65
- 🐳 stream rendering support
66
66
- 👥 partial hydration out of the box
@@ -339,7 +339,7 @@ let's keep all fields in a secret, except one:
339
339
1 . Add ` babel ` plugin
340
340
2 . Run ` yarn imported-components src src/imported.js ` to extract all your imports into a ` run time chunk ` (aka async-requires).
341
341
3 . Replace ` React.lazy ` with our ` lazy ` , and ` React.Suspense ` with our ` LazyBoundary ` . Literraly [ monkey-patch React to do so] ( #monkey-patch )
342
- 4 . Add ` printDrainHydrateMarks ` to the server code code .
342
+ 4 . Add ` printDrainHydrateMarks ` to the server code.
343
343
5 . Add ` rehydrateMarks ` to the client code
344
344
6 . Done. Just read the rest of readme for details.
345
345
You can’t perform that action at this time.
0 commit comments