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
The package size of this library appears to be quite large. While different sources suggest different numbers, according to NPM registry the unzipped size is about 4.5 MB, compared to about 1.5 MB for component library react-bootstrap. Some things that could potentially reduce the bundle size:
reducing dependencies
marking more (appropriate) dependencies as external so as to not bundle them with this package
eliminate any code duplication
use more efficient imports (i.e. if possible, do not import entire dependencies but rather smaller submodules)
The text was updated successfully, but these errors were encountered:
cmacgray14
changed the title
[Low priority] Package size
Investigate: Package size [Low priority]
Sep 16, 2024
The package size of this library appears to be quite large. While different sources suggest different numbers, according to NPM registry the unzipped size is about 4.5 MB, compared to about 1.5 MB for component library react-bootstrap. Some things that could potentially reduce the bundle size:
The text was updated successfully, but these errors were encountered: