react-imported-component
react-imported-component copied to clipboard
✂️📦Bundler-independent solution for SSR-friendly code-splitting
Files comming "pre-bundled" might use the same relative paths than other files in other projects. We have to use not only relative part to the project root, but project name...
I'm getting a white flicker that happens when `ReactDOM.hydrate` is called. I've tried my best to follow the documentation but I can't figure out how to fix it. I trimmed...
I'm experiencing several points of confusion over the `whenComponentsReady()` function and how to use it. First of all, the README seems to be out of date. It indicates that a...
Hi, After I started using react-imported-component I have tones of messages in the console when I launch jest.js unit tests. ` console.warn react-imported-component: no mark found at [Function] Please check...
Steps to reproduce: 1) Go to the `parcel-react-ssr` folder and run `yarn install && yarn run dev` 2) Click the link to go to `http://localhost:1234/codeSplit` 3) Try editing some text...
> Another loadable found for an existing mark. __That's possible__, signatures must match: Minification could produce different code in different files, resulting different code for `importers` in `requires` and the...
There is a cool feature in `loadable-component` - [full dymanic imports](https://loadable-components.com/docs/dynamic-import/) - `import('./{prop}')`. However, there are problems: - not possible to check is that file even exists - no typescript...
I'm trying out react-imported-component in a demo app before using it in a production app, and hit the following block. I have an `About` component that I'm importing as follows:...
## The devDependency [flow-bin](https://github.com/flowtype/flow-bin) was updated from `0.110.1` to `0.111.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...
## The devDependency [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) was updated from `12.12.21` to `13.1.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...