You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 15, 2026. It is now read-only.
Is your feature request related to a problem? Please describe.
The frontend seems to fetch all the files to b sent to the browser. This affects the response time of the website.
Describe the solution you'd like
To implement dynamic routing, this will only send the required JS file to the browser. Response time will decrease.
Is your feature request related to a problem? Please describe.
The frontend seems to fetch all the files to b sent to the browser. This affects the response time of the website.
Describe the solution you'd like
To implement dynamic routing, this will only send the required JS file to the browser. Response time will decrease.
I'd like to work on this under Gssoc'24