āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā ā š shadcn/directory/1771-technologies/lytenyte/(prodready)/prodready-bundling ā āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā
Tree shaking is a technique that eliminates unused JavaScript code from your final bundle. LyteNyte Grid fully supports tree shaking across all its exported names.
LyteNyte Grid is available in two editions:
Both editions fully support tree shaking and are built as modern ESM packages adhering to current JavaScript standards.
LyteNyte Grid works seamlessly with any standards-compliant bundler. Modern web development offers several excellent options, including:
Follow these guidelines to ensure optimal bundling when using LyteNyte Grid:
Use ES Modules: Prefer ES module syntax (import and export statements) over CommonJS
modules (require statements)
Enable Tree Shaking: Verify that tree shaking is enabled in your bundler configuration
Avoid Side Effects: Ensure your code doesn't introduce side effects that could prevent tree shaking, such as modifying imported modules or using imported functions in ways that can't be statically analyzed
Use Specific Imports: Avoid import * as All from "<package-name>" syntax
as these wildcard imports can prevent most bundlers from effectively tree shaking
By following these guidelines and leveraging LyteNyte Grid's optimized architecture, you can create efficient applications with minimal bundle size while maintaining full functionality.
If you're using a modern front-end framework like Next.js, Remix, or Vite, you don't need to worry about manually applying these best practices. These frameworks implement these optimizations by default, allowing you to simply add LyteNyte Grid as a dependency and immediately begin using the grid.
ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā