I haven't touched React recently, but I read News that React Hooks has been officially released, so I read the official manual of React Hooks to see what it is all about. reactjs.org summary In React, there are two ways to create a component: by function or by class, but the function method does no…