576 Views
It's fair to say that the introduction of hooks in React 16.8 has really changed how we build React components. They certainly take some getting used to, but once the concept clicks in your head it becomes clear that they are a superior mechanism for building complex components when compared to the old lifecycle methods.
0 comments