Hacker News new | ask | show | jobs
by nightpool 1371 days ago
Drupal hooks have nothing to do with React hooks except sharing a name. What would cause you to compare the two?
2 comments

Drupal hooks are a functional approach to design compared to the OOP approach of Symfony components. As in you use functions to modify/extend existing code instead of inheritance. That's the context of the discussion, not whether they are otherwise similar to React hooks. Anyway, I just tend to think more in terms of making things with classes/objects than with functions.
Sharing the same name, I presume.