Agile育成ブログ
未来を変える喜びを
React

React.VFCとReact.ReactNode


Warning: count(): Parameter must be an array or an object that implements Countable in /home/xs638785/agile-software.site/public_html/wp-content/plugins/rich-table-of-content/functions.php on line 490

React.VFC

Function Componentを定義するための型である 

React.ReactNode

React.ReactNodeの中身を見てみると、様々な型がユニオンで指定されています。

type ReactNode = ReactChild | ReactFragment | ReactPortal | boolean | null | undefined;

You cannot copy content of this page