Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add React.FC example with predefined type
To show a fair comparison between the different approaches on how to type a react component in a readable way, the React.FC<AppProps> approach should be also listed. It may be technically similar but has the best readability from my experience. (left to right instead right to left)
- Loading branch information