react-imported-component icon indicating copy to clipboard operation
react-imported-component copied to clipboard

✂️📦Bundler-independent solution for SSR-friendly code-splitting

Results 48 react-imported-component issues
Sort by recently updated
recently updated
newest added

Hi, We are using `react-imported-component` and its lazy loading mechanism a lot in our application. We are lazy loading many many components, and we have SSR rendering, but without streaming...

When I try to use swc compiler, I get error like below. do we have plan to move from babel? ``` ERROR in ./node_modules/resolve/lib/sync.js 2:9-22 Module not found: Error: Can't...

I'm getting some error while using Vite SSR, can you add a sample for this library?

time increasing linearly. Can be better ![image](https://user-images.githubusercontent.com/582410/117605103-4d022c00-b19a-11eb-9cec-93b8f9eb62d8.png)

I am working on some performance improvement. When I check my performance profile, It fetches main.js which is not small. Then, it start to fetch other required chunks. I looked...

`.imported.js` configuration uses different paths for `babel` and `scan` phases

## Version Latest ## Reproduction link https://github.com/eon-lee96/my-mf-ssr-example ## Steps to reproduce Just follow the README to run demo ## What is actually happening? For short: nesting import cross two builds...

Currently I see that `react-imported-component/babel` injects ``` const headerTemplate = template( `var importedWrapper = require('react-imported-component/wrapper');`, templateOptions ); ``` The problem is that the generated code is not work correctly in...

Happens when `async-requires` produced by `CLI` command were not imported, so `imported` has no instructions to follow. Solution: - generate the file - import

Hi, I have a problem with LazyBoundry component and its fallback property. Here is example code: ![image](https://user-images.githubusercontent.com/7673542/99532073-04647580-29a4-11eb-803c-039e28f19451.png) I am switching the page and LazyBoundry fallback does not display anything. Should...