Media Library Performance & Modularity Enhancements!

This release enhances the performance and modularity of the Media Library by introducing asynchronous loading for the Storage App and Modal App through Module Federation. These modifications decrease initial load times and improve responsiveness across media-related workflows.

Async Module Federation Loading

  • Asynchronous loading has been implemented for the Storage App and Modal App using Module Federation.
  • Loading is deferred until these apps are explicitly required, which reduces the initial bundle size.
  • This enhances maintainability and decouples media features from the core platform.
  • Users can access media tools more quickly due to the lazy loading of federated apps.
  • There is a smoother user experience when selecting, uploading, or managing media.