As @airandfingers pointed out, lodash is used once in the project in the file src/pages/categories/index.jsx. We can easily create a uniqBy utility to replace Lodash's and reduce our package size.
@Vpr99 I'd like your input before we remove this. We may have plans to use Lodash in the future.
As @airandfingers pointed out, lodash is used once in the project in the file
src/pages/categories/index.jsx. We can easily create auniqByutility to replace Lodash's and reduce our package size.@Vpr99 I'd like your input before we remove this. We may have plans to use Lodash in the future.