We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51f2e00 commit 19ea4b3Copy full SHA for 19ea4b3
README.md
@@ -241,6 +241,9 @@ import importedComponents from 'src/imported';
241
242
// this will trigger all marked imports, and await for competition.
243
rehydrateMarks().then(() => {
244
+ // better
245
+ ReactDOM.hydrate(<App />,document.getElementById('main'));
246
+ // or
247
ReactDOM.render(<App />,document.getElementById('main'));
248
});
249
```
0 commit comments