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

Use React Lazy to code-split #20604

Closed
krishnaglick opened this issue Dec 16, 2022 · 1 comment · Fixed by #20605
Closed

Use React Lazy to code-split #20604

krishnaglick opened this issue Dec 16, 2022 · 1 comment · Fixed by #20605
Assignees
Labels
area/frontend Related to the Airbyte webapp team/platform-move

Comments

@krishnaglick
Copy link
Contributor

React gives us code splitting through React Lazy.
We should utilize the output of the performance work (lighthouse reports notably) and attempt some bundle splitting to see where performance can be improved.

Baseline (Prod build, served statically locally):
Screenshot 2022-12-16 at 2 51 56 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/frontend Related to the Airbyte webapp team/platform-move
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants