Lazy Import Converter is a Visual Studio Code extension that helps you convert regular TypeScript React component imports to lazy-loaded imports. This can improve the performance of your React applications by splitting your code into smaller bundles that are loaded on demand.
Features
Convert selected import statements to lazy-loaded imports with a single command.