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
// use flush-webpack-chunks to discover assets behind chunk name
446
+
```
447
+
448
+
## React-snap
449
+
`react-imported-component` is the only (even) theoretically compatible loader for [react-snap](https://github.com/stereobooster/react-snap).
450
+
451
+
452
+
## Webpack-external-import
453
+
`react-imported-component` is the only (even) theoretically compatible loader for [webpack-external-import](https://github.com/ScriptedAlchemy/webpack-external-import).
454
+
437
455
## SSR (Server side rendering)
438
456
It was usually a headache - async components and SSR, which is currently sync.
439
457
React-imported-component break this cycle, making ServerSide rendering sync, and providing
0 commit comments