question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Please remove lightweight from repository description

See original GitHub issue

Since 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:closed
  • Created 5 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
maslianokcommented, Aug 7, 2018

Ok, seems that I don’t need to remove lightweight from the repository description 😃

I extracted immutable and virtualized features into separate HOCs. Now the library size is only 4.25kb gzipped.

screen shot 2018-08-07 at 11 59 34 am

Released in v.1.0.0

1reaction
r3wtcommented, Aug 7, 2018

@maslianok thanks bud. for those of us who don’t use immutable that helps immensely.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found