6 tips for better React performance
- Utilize render bail-out techniques
- Avoid inline objects
- Avoid anonymous functions
- Lazy load components that are not instantly needed
- Tweak CSS instead of forcing a component to mount & unmount
- Memoize expensive calculations