Remix.run Logo
Izkata 6 hours 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".

slmjkdbtl 3 hours ago | parent [-]

> it came from other people convincing newcomers

Yeah I think you're right