Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm creating a website that has a number (20) of full screen modals accessible from all pages. Functionally they work well and make the website and give a sort of native feel on mobile.
However, in total they add about 100kb of page weight, is there a best practice to load these on the fly? Currently they are components that just sit in the Main app component and appear when a state change occurs.
Is there any guidance for this?
Beta Was this translation helpful? Give feedback.
All reactions