React TL;DR – a human filter for most useful React content.
Best Practices with React Hooks
Follow the rules of Hooks Only call Hooks at the top level Only call Hooks from function components Use the ESLint plugin for ...
TypeScript + React: Why I don’t use React.FC
You type a function, not its arguments FC<> always imply children Easier to move to Preact React.FC<> breaks defaultProps Future-proof Read the ...