Reactの巻
TSのReactプロジェクトを作成する方法
code:sh
npx create-react-app react-tutorial --template typescript
参考文献
【React】再レンダリングの仕組みと最適化
Todoを使ったテストの説明
公式ドキュメント