- Prefer functional components with React Hooks
- DRY – Try to extract common things into another small functions (components)
- Shorten the names and destruct the props
- Apply Prop-Types
- Split into small pieces
React TL;DR – a human filter for most useful tech content.