Stuck in Class? React Hooks Is Your "Get out of Class" Pass

Date
Jun 06, 2019

There are 11 new React Hooks functions that enable a full range of functionality and possibilities. These hooks are different and set the bar high for fewer re-writes and highly sustainable code. React Hooks enable the functional component use of the state, context, lifecycle methods, etc. without writing the class component. Basic hooks that we have seen are UseState, UseEffect, and UseContext. In this talk, we will look at some advanced React hooks and how they will optimize your code.