udecode / zustand-x

Zustand store factory for a best-in-class developer experience.
https://zustand-x.udecode.dev
MIT License
351 stars 25 forks source link

Significant library size #71

Closed marbemac closed 9 months ago

marbemac commented 9 months ago

Description

See title - zustand-x is sitting at about 90kb minified (zustood was 30kb minified). There might be some low hanging fruit? For example, it looks like all of lodash is bundled in - not sure what else, I haven't had a lot of time to check.

zbeyens commented 9 months ago

We've replaced rollup with tsup. Lodash is indeed in fault, I'll update the imports.

zbeyens commented 9 months ago

Should be fixed in latest