-
## Summary
**React Version:** 18.2.0 (also tested in 19 RC)
After transitioning from the legacy renderer to the concurrent renderer, we've encountered an issue with render delays when using `Rea…
-
# Problem
Multiple react version runtime plugin example does not work with `loadRemote`, only `import`.
## Example
https://github.com/module-federation/module-federation-examples/tree/master/runt…
-
Quote from [here](https://hackernoon.com/boosting-react-app-performance-a-guide-to-lazy-loading-and-suspense):
> Lazy loading is a strategy that defers the loading of non-essential resources until th…
-
### Is this a unique feature?
- [X] I have checked "open" AND "closed" issues and this is not a duplicate
### Is your feature request related to a problem/unavailable functionality? Please describe.…
-
# Lazy loading React components with React.lazy | Felix Gerschau
Learn how to improve performance by reducing the bundle size of your application.
[https://felixgerschau.com/react-lazy-loading-compo…
-
I am not able to consume this when trying to lazy load. My code is below. I request you to please help me in this.
const { Tab, Tabs, TabList, TabPanel } = lazy(() => import('react-tabs'));
-
### Current behavior
Mui x grid runs so slow on localhost (even the performance is far better with production build. but still the problem is there), the scroll is laggish, and laggin when I have …
-
import { LazyLoadImage } from 'react-lazy-load-image-component';
^^^^^^^^^^^^^
SyntaxError: Named export 'LazyLoadImage' not found. The requested module 'react-lazy-load-image-component' is…
-
### Current Behavior
Unable to use lazy-loading React feature with react-native
This line will cause error
```tsx
const SharedLayoutLazy = React.lazy(() => import('@happynrwl/shared-ui-layout'))…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Which Mux Elements/Packages does this apply to? Select all that apply
mux-video-react
### Description
There …