-
-
Notifications
You must be signed in to change notification settings - Fork 716
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code Splitting based on functionality used #277
Comments
We are in the final stages of migrating to typescript so this might be better handled going forward. |
@HarelM is there a ETA on typescript, maybe a site/branch where we can monitor progress? @andreapernici are you interested in heading this effort up? |
We merged the typescript pull request into main. Pre-releases of version 2 are on NPM. Best place to monitor status is probably the changelog. |
This seems related to named exports. See the discussion in #623. |
I'm not sure named exports will solve this. |
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
This issue was closed because it has been stalled for 30 days with no activity. |
Motivation
Considering the growing importance of speed and the upcoming Core Web Vitals metric usage in Google could be a good idea to let developers include only needed features in the js bundle reducing a lot the weight of it in most of the cases.
Design Alternatives
Code splitting.
Something similar to this https://twitter.com/Firebase/status/1430586974318989315
The text was updated successfully, but these errors were encountered: