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
Is your feature request related to a problem? Please describe.
File Uploader is a huge component for someone that only wants to use the minimal uploader with minimal functionalities. Thus, being able to lazy load each component individually would boost the initial page load performance by a lot.
Describe the solution you'd like
Add ability to lazy load each component individually
Describe alternatives you've considered
No alternatives but would love to do something like this:
It's about 30kb smaller (gzip) than the full bundle, including CSS.
As for lazy loading, we’ve been considering lazy-loading specific parts of the uploader, like the Cloud Image Editor. It’s pretty big and can even be disabled in the regular mode, but it’s not on the roadmap yet, so no ETA for now.
Also, if you're using a modern framework with support for component lazy loading, feel free to use it.
Is your feature request related to a problem? Please describe.
File Uploader is a huge component for someone that only wants to use the minimal uploader with minimal functionalities. Thus, being able to lazy load each component individually would boost the initial page load performance by a lot.
Describe the solution you'd like
Add ability to lazy load each component individually
Describe alternatives you've considered
No alternatives but would love to do something like this:
The text was updated successfully, but these errors were encountered: