Comment by thomasfromcdnjs
Comment by thomasfromcdnjs 7 hours ago
They kind of are not though, you can't call them out of order and other things which is checked at runtime by the React "engine" and will stop script execution. If they were regular functions you could call them anytime.
Many "regular" functions are context dependent.