Reactガイドを読んでいくその211

これは

Reactのガイドを読んでいく記事です。

ガイドのリンク

ja.reactjs.org

テストユーティリティ

scryRenderedComponentsWithType()

scryRenderedComponentsWithType(
  tree,
  componentClass
)

型がcomponentClassと同じコンポーネントインスタンスを全て探し、その結果を返す。

今日はここまで。