React Fundamental Principles

Declarative: tell React what you want to do, it does it for you

Component based design: everything is component

Write once, use anywhere: because everything is component, so we can reuse the common ones