How to use hooks from Class & Functional Components In general, Hooks are only available from Functional Component. This repo shows you how to use Hooks from your Class Component and Functional Component using TypeScript. I wrote an article for this repo. [React] Class ComponentとFunctional ComponentからHooksを呼び出しDRY原則を取り戻す