-
Ive read a few others who claim they got Loadable-Components to work. I can get this to work with client side just fine.
However, on SSR the component never actually renders under the client loads …
-
As reported in https://github.com/smooth-code/loadable-components/issues/243 `react-hot-loader` doesn't seem to be "compatible" with `loadable-components`, there needs to be multiple `hot()` where cod…
-
## PLIP (Plone Improvement Proposal)
## Responsible Persons
Piero Nicolli (@pnicolli)
### Proposer
Piero Nicolli (@pnicolli)
### Seconder
Victor Fernandez de Alba (@sneridagh)
Tiber…
-
### Description
The recent upgrade to Gatsby v5 has left many build warnings, particularly those of conflicting CSS, like in the example below.
### Expected Behavior
Ideally, each of these wa…
-
Would `uni` handle an async imported route component well?
Also add an example
jtart updated
6 years ago
-
This library seems not to work with dynamically loaded components.
Use case:
I have a create-react-app set up with react-snapshot. When i use react-loadable to split the bundles upon routes, the pag…
-
Can this plugin compatible with [React.lazy](https://reactjs.org/docs/code-splitting.html#reactlazy) and [Loadable Components](https://github.com/smooth-code/loadable-components#docs)?
```jsx
impo…
-
If you choose to take this task on, we should hop on a call to hammer out all the details. It seems like a lot of work, but in practice it's not — as long as you know where to make the changes. (Hence…
-
I'm trying to switch from react-loadable to loadable component
```
const PipelineList = loadable(
() => import(/* webpackChunkName: "PipelineList" */ 'components/PipelineList'),
{
fallbac…
-
"react": "^17.0.2"
"react-dom": "^17.0.2"
´´´ import loadable from '@loadable/component'
const SectionBecomeAnAuthor = loadable(() => import('../../components/SectionBecomeAnAuthor/SectionBec…