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

Maybe, but I just prefer to have a named function defined with a useCallback and just call it.
That's fine, but that's more of a stylistic preference than a performance concern.