-
Notifications
You must be signed in to change notification settings - Fork 24
Unused Lazy Loading Import Not Implemented Properly #108
Copy link
Copy link
Open
Labels
FrontendThis is an issue related to frontendThis is an issue related to frontendIntermediateThis is an intermediate level of issueThis is an intermediate level of issueOpen-to-AllThis is an issue that can be assigned to anyone and work on it.This is an issue that can be assigned to anyone and work on it.duplicateThis issue or pull request already existsThis issue or pull request already existsgood first issueGood for newcomersGood for newcomers
Description
Metadata
Metadata
Assignees
Labels
FrontendThis is an issue related to frontendThis is an issue related to frontendIntermediateThis is an intermediate level of issueThis is an intermediate level of issueOpen-to-AllThis is an issue that can be assigned to anyone and work on it.This is an issue that can be assigned to anyone and work on it.duplicateThis issue or pull request already existsThis issue or pull request already existsgood first issueGood for newcomersGood for newcomers
Severity: MEDIUM
Component: Frontend -
Athlead-client/src/App.jsxDescription
Events component is lazy loaded but EventCardSkeleton is imported directly (not lazy), which defeats the purpose of code splitting.
Current Code (Lines 950-951)
Impact
Solution
Tasks
npm run build