microsoft / TypeScript-React-Starter

A starter template for TypeScript and React with a detailed README describing how to use the two together.
MIT License
11.09k stars 1.21k forks source link

Docs: Add note regarding arrow function components #216

Closed Nimelrian closed 2 years ago

Nimelrian commented 6 years ago

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.