Skip to content

Instantly share code, notes, and snippets.

@SergioGeeK7
Created February 21, 2020 15:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SergioGeeK7/c902dffe83137bed6ad493ad7c48d96d to your computer and use it in GitHub Desktop.
Save SergioGeeK7/c902dffe83137bed6ad493ad7c48d96d to your computer and use it in GitHub Desktop.
Using D3 react lazy load component
// index.js
const D3Chart = dynamic(() => import("../components/d3chart"))
// further down in the render method
<D3Chart/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment