Remix - Performance
Given this Remix component code:
}>
import React, { Suspense } from 'react';
const LazyComp = React.lazy(() => import('./LazyComp'));
export default function App() {
return (
Loading... What will the user see initially when
App renders?