Please remove lightweight from repository description
See original GitHub issueSince this library uses immutable.js (which sucks for treeshaking), having the label “lightweight” can cause confusion for developers expecting smaller build sizes with the packages.
Build size without react-select-me
(webpack 4 + uglifyjs, no styles):
site.min.js 149 KiB 0 [emitted] main
Build size with react-select-me
(webpack 4 + uglifyjs, no styles):
site.min.js 295 KiB 0 [emitted] [big] main
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
How to List, Create, Remove, and Show Tags in Git
Create a lightweight tag. Lightweight tags contain only the commit checksum (no other information is stored). To create one, just run the git ......
Read more >Remove large binaries from your Git history - Azure Repos
Learn how to remove a large binary from your Git history to manage the size of cloned repositories.
Read more >Git - Tagging - Git SCM
A lightweight tag is very much like a branch that doesn't change — it's just a pointer to a specific commit. Annotated tags,...
Read more >git - Create a tag in a GitHub repository - Stack Overflow
If you want to include a description with your tag, add -a to create an annotated tag: ... Git uses two main types...
Read more >How to handle big repositories with Git | Atlassian Git Tutorial
For the huge repositories that have lots of binary cruft committed by mistake, or old assets not needed anymore, a great solution is...
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 FreeTop 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
Top GitHub Comments
Ok, seems that I don’t need to remove
lightweight
from the repository description 😃I extracted
immutable
andvirtualized
features into separate HOCs. Now the library size is only 4.25kb gzipped.Released in v.1.0.0
@maslianok thanks bud. for those of us who don’t use immutable that helps immensely.