redgeoff / mson-react

React and Material-UI Rendering Layer for MSON
Apache License 2.0
80 stars 14 forks source link

Remove Lodash dependency #322

Closed redgeoff closed 2 years ago

redgeoff commented 2 years ago

With ES6, Lodash isn't needed for many operations. Let's remove it and save on the bundle size and any overhead of having another dependency.

redgeoff commented 2 years ago