-
Hi
I am developing consumable web components that are meant to live on external sites. They will include a single javascript file from our site to be able to use our components.
If I make some …
-
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…
-
To support chunking in feature apps, the `AsyncSsrManager` must support adding chunk urls to the list of necessary asset urls needed to be loaded before hydration. The necessary chunks need to be iden…
-
嘗試利用 [with-react-loadable](https://github.com/alibaba/beidou/tree/master/examples/with-react-loadable) 的官方範例來實現 lazy loading
但在做完 `yarn build` 並且 `yarn start`時
點選 `http://127.0.0.1:6001/dynamic`…
-
### Describe the feature / bug 📝:
I have a project where i use sonner in a web extension, but recently I moved the rendering to the shadow dom. Then I noticed that the toasts where not rendering as…
-
# Maximising performance with React code splitting techniques | Edvins Antonovs
You can maximise the performance of your React applications with my guide to the latest code-splitting techniques. Lear…
-
## 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
-
Not asking for a fix here just wanted to clue you in. I'm using your SUPER RAD package inside a gatsbyjs environment and I'm getting some build errors that I thought I would let you know about. I've t…
-
**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…
-
With the 1.5 Meteor update, we will be able to split code dynamically.
We can use react-loadable to load components on-demand.
However, how would we go about sending the needed , dynamically impo…