React + Vite Best Practices Comprehensive performance optimization guide for React applications built with Vite. Contains 23 rules across 6 categories for build optimization, code splitting, development performance, asset handling, environment configuration, and bundle analysis. Metadata - Version: 2.0.0 - Framework: React + Vite - Rule Count: 23 rules across 6 categories - License: MIT When to Apply Reference these guidelines when: - Configuring Vite for React projects - Implementing code splitting and lazy loading - Optimizing build output and bundle size - Setting up development environmen…