-
`react-loadable` lack regular update and maintain, some react life cycle method will be deprecated
-
## 🐛 Bug report
### Current Behavior
Normally I like to debug server-side rendering by disabling Javascript in my browser and loading the page to see how it looks.
Unfortunately, this isn't …
-
We are making our UI-kit by using `tsdx` and it contains some components and we just want to import one instead of all (lazy by `loadable-component`):
### Current Behavior
We should import every…
-
## PLIP (Plone Improvement Proposal)
## Responsible Persons
### Proposer: Víctor Fernández de Alba (@sneridagh)
### Seconder: Timo Stollenwerk (@tisto)
## Abstract
It is needed to push …
-
## 💬 Questions and Help
I have a module that exports both a React Component and a hook to configure the component.
I tried:
```jsx
const Carousel = loadable(() => import('../components/ui/Carou…
-
Hi, I landed here from a Medium article.
It took me a little bit to figure out what wasn't working.
`react-p5-wrapper` is not a default export anymore, so this is how it should be loaded.
```js…
-
## 🐛 Bug Report
I've switched a `loadable` code to `lazy` so that I can use react suspense, per your website docs.
While everything still works, typescript is throwing an error that `lazy` only …
-
Suspense
react-router,
react-query,
recoil
style
loadable
https://loadable-components.com/
jl917 updated
2 years ago
-
## 💬 Questions and Help
Hi,
We are using the loadable/component function to load components but are having issues with the mocking tests and running into the following error:
TypeError: (0 , …
-
Hi community,
my question is pretty straight forward. How do I migrate from the old static-location to the new SSR mode way of working when I need to detect redirects. I think I understand the migra…