Skip to content
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

[blocked] Use routes to split up js dist files #591

Open
kfarr opened this issue Sep 15, 2023 · 1 comment
Open

[blocked] Use routes to split up js dist files #591

kfarr opened this issue Sep 15, 2023 · 1 comment
Assignees

Comments

@kfarr
Copy link
Collaborator

kfarr commented Sep 15, 2023

After 3DStreet/3dstreet-editor#245 we learned that even after tree shaking the bundle size for 3dstreet-editor is 1.2MB. This is a lot to load at one time

Instead, break up the js to load just the specific components that might be necessary for a particular operation.

Rosty had done this before using routing, it might be time to revisit that

@kfarr
Copy link
Collaborator Author

kfarr commented Jan 8, 2024

this is blocked by @kfarr lack of progress in helping to outline next steps esp. wrt server-side cloud function routing

@kfarr kfarr transferred this issue from 3DStreet/3dstreet-editor Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog (Not Ready)
Development

No branches or pull requests

3 participants