Because only uniqueId is used from lodash, this PR replaces it with the also official lodash.uniqueid. This results in a smaller bundle. Here's a real create-react-app build, before (left) and after the change:
As you can see, the bundle weights around 70kb less (24kb gzipped). Thanks for building this! ✨
Because only
uniqueId
is used fromlodash
, this PR replaces it with the also officiallodash.uniqueid
. This results in a smaller bundle. Here's a real create-react-app build, before (left) and after the change:As you can see, the bundle weights around 70kb less (24kb gzipped). Thanks for building this! ✨