SFCs were only shown as regular functions. The
other way to define them via arrow functions,
which is more prevalent in practice, was not
demonstrated previously.
Additionally, the special children prop was not
mentioned at all, including its importance in the
context of the React.SFC<P> type.
SFCs were only shown as regular functions. The other way to define them via arrow functions, which is more prevalent in practice, was not demonstrated previously.
Additionally, the special
children
prop was not mentioned at all, including its importance in the context of theReact.SFC<P>
type.