Also, I'm curious if there is any similarity between these React hooks and the infamous Drupal hooks.
Not familiar with Drupal.
React hooks is running on each component, not on whole app. React app is composed by bunch of components, and each of those have their own hooks.
Also, I'm curious if there is any similarity between these React hooks and the infamous Drupal hooks.