Skip to content

Instantly share code, notes, and snippets.

@LiamChapman
Created November 16, 2020 16:17
Show Gist options
  • Select an option

  • Save LiamChapman/adb7524ca65616d1581604bbe0fa8b20 to your computer and use it in GitHub Desktop.

Select an option

Save LiamChapman/adb7524ca65616d1581604bbe0fa8b20 to your computer and use it in GitHub Desktop.
dynamic react component
const DynamicComponent:React.FC = ({ ComponentName, ...props}) => <ComponentName {...props} />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment