Shuvo Habib shows us how to use Vue.js hooks and React.js hooks.

vuejs hooks

As React Doc says, Hooks are a new feature proposal that lets you use state and other React features without writing a class. It’s currently in React v16.7.0-alpha and for Vue JS it’s experimental.