hchiam / hchiam.github.io

https://hchiam.com
1 stars 1 forks source link

make demos lazy-load #35

Closed hchiam closed 3 years ago

hchiam commented 3 years ago

React.Suspense:

https://blog.logrocket.com/lazy-loading-components-in-react-16-6-6cea535c0b52/#usingreactsuspense

hchiam commented 3 years ago

need to overcome the 'import' and 'export' may only appear at the top level issue

hchiam commented 3 years ago

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: