-
Hi @mohsen1, thank you for open sourcing this library! Given that there are a few libraries that are trying to address this problem, I was wondering if you could provide a comparison (or pros/cons) of…
-
Hi there!
createLoadable function includes a condition that checks `props.__chunkExtractor`
https://github.com/gregberge/loadable-components/blob/main/packages/component/src/createLoadable.js#L149…
-
## Feature request
I'm using code splitting / lazy loading of components that are partly split based on which page you are at. However if I deploy a new version all the hashes changes and the old fil…
OZZlE updated
4 years ago
-
Hi,
I have a Meteor website that on a experimental branch to explore code splitting with SSR I have introduced this package
Previously I had used lazy and suspense from React to load pages in my…
-
Love how you have come up with this solution to the problem of adding to home screen with IOS devices. I guess Apple really does not like the PWA as they could potentially be taking away that cash…
-
**Implementation :**
`TEXT`
**Received error :**
```
✖ 「wdm」:
ERROR in ./node_modules/react-blink-tag/src/Blink.js 38:4
Module parse failed: Unexpected token (38:4)
You may need an appropri…
-
In current implementation, the "Load from *.pkml"-dialogue shows a plaini list of all loadable components. A better way would be to show the components-tree, so the user can see the structure of the c…
-
It would be great to have https://nextjs.org/docs/advanced-features/dynamic-import with SSR support for Flareact.
We could maybe use https://loadable-components.com/, only issue is it uses `fs`. T…
-
Trying to use your package and I'm facing some issue to use it.
I've tried multiple ways to make it work without success...
```
LoadableModule.forFeature({
moduleConfigs: [{
n…
-
hi!
cool repo,
im trying to run sample 4 and have the following issue - loadable-components: failed to synchronously load component, which expected to be available
please advise,
thanks