Remix - Performance
Examine this Remix lazy loading code:
}>
const LazyPanel = React.lazy(() => import('./LazyPanel'));
export default function App() {
return (
Loading... What is the issue with this code?
