Hacker News new | ask | show | jobs
by Jestar342 1953 days ago
Hooks themselves may not be good FP examples, however I meant the resultant functional components that you develop yourself usually are.
1 comments

Hooks are implicitly injecting whatever global state in your stateless components, so definitely not a good example of functional concepts imho.