Three ways to improve the performance of a React app:
1. Reduce call to React.createElement 2. Avoid reconciliation 3. Avoid re-mounting
This talk explains why and how do we use these approaches.