Skip to content

Implement Lazy Loading for Routes #608

Description

@shivanshiv

The App.tsx imports all page components at the top, loading them regardless of which page users visit. Implement route-based code splitting using React.lazy() and Suspense for better initial load performance. Start with at least 3 routes and use the existing Loading.tsx component as the fallback.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions