igniteui-react-optimize-bundle-size
Installation
SKILL.md
Optimize Bundle Size
This skill helps users minimize their React application's bundle size when using Ignite UI for React by importing only the components they need, leveraging tree-shaking, and applying lazy loading strategies.
Example Usage
- "My bundle size is too large"
- "How do I reduce the size of igniteui-react?"
- "Import only the components I need"
- "Tree-shake unused components"
- "Optimize imports for production"
- "How do I lazy load the data grid?"
Related Skills
- igniteui-react-components — Choose only the components you need and set up your React project
- igniteui-react-customize-theme — Theming after optimization