signoz
signoz copied to clipboard
fe: remove loadash from fe dependency
Is your feature request related to a problem?
Please describe.
Describe the solution you'd like
use native js features for loadash method
Hello @palashgdev can I contribute to this?
Sure please go ahead @Vipul2504
hey can you guide me on how to setup in my local
Hello, is this still open. Can I work on this
Removed many lodash functions in #2660 using these two resources - https://youmightnotneed.com/lodash/ and https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore But many functions don't have their implementations in these guides and are kind of complex to implement (also needs to be tested on different data types - array, object, array of object, etc.) and maybe better to switch them with a lighter alternative - radash