Docs / guide/performance
Advanced Guide
12 min read

Optimizing for Production

Best practices for code splitting and minimizing bundle size with SnapJSX.

Tree Shaking

Because you copy the source code, your project only includes the components you actually use. This is the ultimate form of tree-shaking.