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
📦 Optional bundler integration for the best experience
72
-
- prefetching backed by webpack stat.json and asset.json
73
-
- parcel-manifest support
76
+
- prefetching backed by webpack `stat.json` and `asset.json`
77
+
-`parcel-manifest.json` support
74
78
75
79
👯♀️Works better in pair
76
80
-[react-prerendered-component](https://github.com/theKashey/react-prerendered-component) for prerendering, partial hydration and react fragment caching
@@ -356,6 +360,27 @@ And let's call it - a __Scheduler optimization__. See __loading prediction__ sec
356
360
```
357
361
This will just start loading extra chunks before the main bundle got completely parsed and executed.
358
362
363
+
#### Defer till DOMReady
364
+
> 💡 Another perfect option would be to wait till DomReady event.
365
+
366
+
```js
367
+
// index.js (boot)
368
+
import'./src/imported'; // the file generated by "generate-imported-component" (.2)
0 commit comments