I like React hooks because it simplifies the code we are writing using JavaScript. It is more concise and there is no need to work with the ever-changing lifecycle methods. You are left to use only four hooks: useState, useReducer, useContext, useEff...
GSGijo and 1 more commented