Open ludost opened 8 years ago
Sure, though many of them are custom.. We should also keep the filesize small so if including Lodash or a different util lib greatly increases the filesize, sparing us 20 lines of code, I'd rather write the 20 lines of code..
We should definitely have a look if we can replace custom functions wit library functions! Webpack 2 now supports tree shaking so we don't have to import the whole library but only the parts be use.
As a general cleanup and consistency enhancement, we should use Lodash for utility functions as much as possible.