Reduce package size
See original GitHub issueThis is a non-urgent issue, but figured it would be an appropriate time to bring it up bc of the new incoming design system.
The aragon/ui bundle size is really big, seems like there should be some easy fixes to minimize this.
For comparison, react-bootstrap
is 13k, gzipped 4.1k.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:3
- Comments:7 (6 by maintainers)
Top Results From Across the Web
Reducing Packaged Game Size - Unreal Engine Documentation
The easiest and quickest way to reduce your APK package size is to tell UE4 to compress the APK packages during the packing...
Read more >Can you reduce your package size without damaging sales?
Reducing the package size is a common and increasingly frequent practice. However, little published work has examined 'downsizing' as part of a pricing ......
Read more >5 Methods to Reduce JavaScript Bundle Size - Bits and Pieces
4. Compressing Bundles. If your application bundle size increases and affects performance, you can compress them to reduce the size. Gzip and ...
Read more >How do I reduce package size? : r/unrealengine - Reddit
How do I reduce package size? ok so I have already performed everything that I used to do in my android ...
Read more >JavaScript SDK “Package Size is Massive” - So we reduced it ...
After all, new features == bigger package - usually. Refactoring to reduce bundle size and support future feature development was not the only ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi @ECWireless, yes that would be helpful!
DropDown
has been updated indeed, but it would be nice to haveContextMenu
usingPopover
. I opened this draft some time ago, it might be useful to have a look: https://github.com/aragon/aragon-ui/pull/652I remember having positioning issues in this PR, that would have required to modify
Popover
. Now that Popper.js 2 is out, we might also want to move to this version (onlyPopover
is using it), which might help to portContextMenu
toPopover
.Let me know if you have any question!
Planning on working on…
… if it hasn’t already been started by someone else (although it looks like DropDown has already been updated).