Skip to content

Instantly share code, notes, and snippets.

@dialguiba
Created February 15, 2022 20:21
Show Gist options
  • Save dialguiba/cea4a7e8bac7fcdffde8126aa9fe7aa9 to your computer and use it in GitHub Desktop.
Save dialguiba/cea4a7e8bac7fcdffde8126aa9fe7aa9 to your computer and use it in GitHub Desktop.
Lazy
const Loader = React.lazy(() => import("react-loader-spinner").then((module) => ({ default: module[spinner] })));
const Loader = React.lazy(() => import(`react-spinners/${test}`));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment