kyohei's blog

profile picture
Written by Kyohei Tsukuda who lives and works in Tokyo 🇯🇵 , building useful things 🔧.
email / facebook / X / GitHub

コンポーネントの型としてReact.FC(React.FunctionComponent)を使わないほうがいい理由

October 14, 2021 - React TypeScript

React TypeScript Cheatsheet を見ていたら、React.FC を非推奨してたので、理由を少し調べてみた。

主な理由はこの CRA の pr に書いてあった。

https://github.com/facebook/create-react-app/pull/8177

マイナス面として

プラス面

まとめ