cefn / lauf

Monorepo for lauf packages.
MIT License
5 stars 0 forks source link

Remove immer from core #199

Closed cefn closed 1 year ago

cefn commented 1 year ago

Removes the store.edit() and store.select() methods, simplifying the definition of Store and allowing the removal of Immer.

Immer is the vast majority of the size of @lauf/store in bundlephobia. It also makes it harder to explain the simplicity and minimalism of @lauf/store.