Closed hchiam closed 3 years ago
need to overcome the 'import' and 'export' may only appear at the top level
issue
instead of using React.lazy
and React.Suspense
with next.js, use import dynamic from 'next/dynamic'
and use the syntax as per the following two links:
React.Suspense:
https://blog.logrocket.com/lazy-loading-components-in-react-16-6-6cea535c0b52/#usingreactsuspense