Y
Hacker News
new
|
ask
|
show
|
jobs
by
beaconstudios
1558 days ago
Micro-optimisations aren't useful. If you get to the point where the performance cost of inline functions is a bottleneck, you probably shouldn't be using React at all.
1 comments
bacro
1558 days ago
Maybe, but I just prefer to have a named function defined with a useCallback and just call it.
link
beaconstudios
1558 days ago
That's fine, but that's more of a stylistic preference than a performance concern.
link