Skip to content

Commit c13a8ea

Browse files
committed
update readme
1 parent 06cc15c commit c13a8ea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -637,6 +637,10 @@ res.send(prefetchChunks(chunkNames, assets));
637637

638638
### Parcel integration
639639
Use `parcel-manifest` and `getMarkedFileNames`(instead of `getMarkedChunks`) to find which files were required and has to be imported.
640+
Keep in mind - the base path would be different and you have to `resolve` the _right_ files in to the _right_ files (`/app/index` to `index.js`).
641+
642+
### CRA integration
643+
Consider using [concurrent-loading](#concurrent-loading) technique only.
640644

641645
## React-snap
642646
`react-imported-component` is compatible with [react-snap](https://github.com/stereobooster/react-snap) out of the box.

0 commit comments

Comments
 (0)