8 Useful Tricks for React Apps You Should Know

- Create React Elements With Strings
- Use Error Boundaries
- Retain Previous Values
- Use React.useRef for Flexible Non-Stale Value Checks
- Use React.useRef for Customizing Elements That Depend on Other Elements
- Use Higher-Order Components
- Render Props
- Memoize