axiomhq / next-axiom

The official Next.js library for Axiom.
https://axiom.co/vercel
MIT License
364 stars 29 forks source link

The remeda dependency #197

Closed LufyCZ closed 3 months ago

LufyCZ commented 4 months ago

It is only used in one place for the equals function and it increases bundle size by 200%.

Since useDeepMemo is used to deeply check objects, re-using something like https://www.npmjs.com/package/use-deep-compare (at just 732B gzipped) might make a bit more sense.

c-ehrlich commented 3 months ago

Solved in #198, new minor version coming :)