go back / go searchReact Fundamental PrinciplesSeptember 8, 2021Declarative: tell React what you want to do, it does it for youComponent based design: everything is componentWrite once, use anywhere: because everything is component, so we can reuse the common onescodereact