import dynamic from 'next/dynamic' const options = { loading: () =>

...

, ssr: false } const DynamicComponentWithCustomLoading = dynamic( () => import('../components/hello'), options )