-
How to do it: https://blog.bitsrc.io/lazy-loading-react-components-with-react-lazy-and-suspense-f05c4cfde10c
This will allow index page to be loaded without errors when the API is down or not install…
-
### What is the example you wish to see?
Hi there!
I'm experiencing an issue when trying to implement lazy loading for components using React.lazy within Plasmo's Shadow UI.
### Is there any con…
-
Be sure to [search for your issue](https://github.com/CookPete/react-player/issues) before opening a new one.
#### Current Behavior
Importing `ReactPlayer` from `react-player/lazy` causes a segmen…
pjaws updated
5 months ago
-
Hello there, @cawfree! First of all, incredible work on this library - I'm hoping it'll help me solve a very relevant problem for a project I'm working on to enable Matrix.org JS SDK in React Native E…
-
### What version of Bun is running?
1.0.6+969da088f5db3258a803ec186012e30f992829b4
### What platform is your computer?
Darwin 23.0.0 arm64 arm
### What steps can reproduce the bug?
A dynamic impo…
-
#### Description
When installing react-notion-x, once of it's dependencies `react-lazy-images` gets conflicts with react-18 (for nextjs-13)
I fixed this in package.json by adding an override to fo…
-
Signals aren't reactive on lazy imported components on the react version. However, in the preact experiment suspense works fine.
-
This is a duplicate of https://github.com/facebook/react/issues/27573, which was closed without response. We're noticing this issue at scale, and it's fairly pronounced, with hundreds of rapid re-rend…
-
In an Airflow plugin `appbuilder_views` will be deprecated. They need to be replaced with `react_views`.
Fields to include when registering `ui_views`
```
{
name: string, // plugin name
type: 'r…
-
When using `React.lazy` madge still loads it as a circular module. Yes the file does depeend on it, but not on initial load so surely this should not count as a circular dependency as this is in fact …