signoz icon indicating copy to clipboard operation
signoz copied to clipboard

fe: remove loadash from fe dependency

Open palashgdev opened this issue 2 years ago • 3 comments

Is your feature request related to a problem?

Please describe.

Describe the solution you'd like

use native js features for loadash method

palashgdev avatar Jan 12 '23 06:01 palashgdev

Hello @palashgdev can I contribute to this?

Vipul2504 avatar Jan 14 '23 06:01 Vipul2504

Sure please go ahead @Vipul2504

palashgdev avatar Jan 14 '23 11:01 palashgdev

hey can you guide me on how to setup in my local

Vipul2504 avatar Jan 15 '23 18:01 Vipul2504

Hello, is this still open. Can I work on this

fakoredeDamilola avatar Apr 22 '23 10:04 fakoredeDamilola

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

GermaVinsmoke avatar May 17 '23 09:05 GermaVinsmoke