proton-ui / proton

A collection of renderless UI components for Vue.js.
https://proton-ui.com
MIT License
110 stars 11 forks source link

Change lodash to native #19

Open kalicki opened 5 years ago

kalicki commented 5 years ago

I think we can optimize and remove lodash and use vanilla (native) instead. It's less a lib.

https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore

kaidesu commented 5 years ago

Possible. Another alternative is to only import the methods used vs the whole library, which would also cut down on the compiled file size.