Yuriy Grunin

Results 76 comments of Yuriy Grunin

> not so much what parts from a given import are actually used Could you explain what exactly do you want to see and how it should be shown? What...

Sorry @valscion, I'm currently have very tough deadline on work so don't have time to look at it, but will do it as soon as I can! Thanks!

@mgechev sorry, did you have time to take a look at this?

This is the main thing that stops me from choosing `bunyan` as a logger lib for my project, so +1!

@trentm Are you looking at this already or you still don't have time?

> `getIdFruitUrl = memo(() => '/fruits/${this.idFruit}.jpg', () => [this.idFruit]);` I would strongly vote agains React's `useEffect`-like manual list of dependencies - it's a road to the dead-end as DX of...