Skip to content

Instantly share code, notes, and snippets.

@pomber
Created November 19, 2018 23:07
Show Gist options
  • Select an option

  • Save pomber/bfb8acaf21846aa54ff789cd525d5d2e to your computer and use it in GitHub Desktop.

Select an option

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