Eliav2 / react-xarrows

Draw arrows (or lines) between components in React!
https://codesandbox.io/embed/github/Eliav2/react-xarrows/tree/master/examples?fontsize=14&hidenavigation=1&theme=dark
MIT License
584 stars 75 forks source link

remove lodash dependency #154

Open kubahrom opened 2 years ago

kubahrom commented 2 years ago

Remove Lodash dependency

Add ''just-extend'' utility functions instead of Lodash. Just functions are smaller + natively written in TypeScript. .pick -> pick .isEqual -> compare