Using React.FC is redundant, yet introduces a list of drawbacks. You may check it out [here](https://kentcdodds.com/blog/how-to-write-a-react-component-in-typescript) :) https://github.com/thepeaklab/react-component-library-starter/blob/e14ff06a36cc42883be5fd4ebf8e4a2308de4c80/src/hello-world.tsx#L3
Using React.FC is redundant, yet introduces a list of drawbacks. You may check it out here :)
react-component-library-starter/src/hello-world.tsx
Line 3 in e14ff06