Parveen Kumarparveenpal.hashnode.dev·Oct 5, 2024React.FC In typescriptReact.FC stands for "Function Component" in React and allows you to specify the props that a function component will accept. It can be helpful in many ways Makes it easier to see the expected shape of a component's props just by looking at its type ...React.FC