Remove immutability helper package
Open
Nobody has claimed this yet.
enhancement
exploring
platform
- Dominant language
- JavaScript
- Stars
- 40.9k
- Forks
- 5.4k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 202
Description
Since we are using immer for replacing elements inside a object, usage of immutability package is obsolete and add-on replacement can be treated as immer, saves strips 31kb from the final bundle
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by searching the repository for imports and package-manifest entries for the immutability helper, then inspect the existing immer usage that replaces elements inside objects. Done means the obsolete package and its usages are removed, the project still builds and tests pass, and the bundle-size reduction can be verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100