awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Code Splitting · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesCode Splitting

Techniques for segmenting application bundles to reduce initial load times.

Explore 1 awesome GitHub repository matching development tools & productivity · Code Splitting. Refine with filters or upvote what's useful.

  1. Home
  2. Development Tools & Productivity
  3. Build Tooling
  4. Build Performance and Optimization
  5. Build Optimizations
  6. Code Splitting

Awesome Code Splitting GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • remix-run/react-router

    remix-run/react-router

    56,250GitHubView on GitHub↗

    React Router is a navigation and data-loading framework that maps URL patterns to nested component hierarchies. It functions as a full-stack router, coordinating server-side resource fetching with client-side hydration to synchronize application state across different environments. By providing a declarative interface

    Segments applications into smaller JavaScript bundles based on route boundaries to reduce initial load times.

    TypeScript