Skip to content

Instantly share code, notes, and snippets.

@CarlosDanielDev
Created January 23, 2024 21:18
Show Gist options
  • Save CarlosDanielDev/96cf6635582af3fc293279e8fe02d3cd to your computer and use it in GitHub Desktop.
Save CarlosDanielDev/96cf6635582af3fc293279e8fe02d3cd to your computer and use it in GitHub Desktop.
import dynamic from 'next/dynamic'
import Component from 'component'
const DynamicComponent = dynamic<React.ComponentProps<typeof Component>>(() =>
import('component').then((mod) => mod.Component),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment