Skip to content

Instantly share code, notes, and snippets.

@pomber
Created November 19, 2018 23:07
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 pomber/bfb8acaf21846aa54ff789cd525d5d2e to your computer and use it in GitHub Desktop.
Save pomber/bfb8acaf21846aa54ff789cd525d5d2e to your computer and use it in GitHub Desktop.
const stockChartPromise = import("./StockChart");
const StockChart = React.lazy(() => stockChartPromise);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment