Full session (30 minutes)
React
Frontend
Engineering

Hooks are a new addition in React 16.8. They let you use state and other React features without writing a class, solving many problems the React team encountered over the years. The evolution of Hooks is the evolution of design-patterns in React. In the session I will present different design pattern in React that led to the creation of Hooks: from composition with High-Order-Components (HOC) and up to Render Functions.

Noam Elboim