Hacker News new | ask | show | jobs
by Izkata 275 days ago
> React calling them "just functions" is untrue

I'm pretty sure this is also untrue. AFAIK React has never used that phrase (and at the very least, I can't find it anywhere official right now), it came from other people convincing newcomers that hooks aren't something more complicated like objects (comparing to class-based components). React has always treated them as special functions, hence always prefixing them with the word "use".

1 comments

> it came from other people convincing newcomers

Yeah I think you're right