-
-
Notifications
You must be signed in to change notification settings - Fork 53
Implement route based code splitting #208
Copy link
Copy link
Open
Labels
GSSOC21Issues created for/by the GirlScript Summer of Code'21 ParticipantsIssues created for/by the GirlScript Summer of Code'21 ParticipantsLevel2Bug fixing, Adding small featuresBug fixing, Adding small featuresenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Metadata
Metadata
Assignees
Labels
GSSOC21Issues created for/by the GirlScript Summer of Code'21 ParticipantsIssues created for/by the GirlScript Summer of Code'21 ParticipantsLevel2Bug fixing, Adding small featuresBug fixing, Adding small featuresenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Is your feature request related to a problem? Please describe.
Implement route-based code splitting and lazy loading so that what is needed only will be loaded and the rest will be loaded asynchronously in the background.
This will reduce website load time and improve performance tremendously!