react-component-library-starter icon indicating copy to clipboard operation
react-component-library-starter copied to clipboard

[Code style] Avoid using React.FC

Open slavagoreev opened this issue 3 years ago • 0 comments

Using React.FC is redundant, yet introduces a list of drawbacks. You may check it out here :) https://github.com/thepeaklab/react-component-library-starter/blob/e14ff06a36cc42883be5fd4ebf8e4a2308de4c80/src/hello-world.tsx#L3

slavagoreev avatar Mar 14 '21 20:03 slavagoreev