3 things we need to think about when it comes to architecture.
Code organization
Data Manipulation
Data Flow
List the 3 react concepts
React can be thought of as a function that takes in … and returns …
components and state
the virtualDOM
What does unidirectional data flow mean?
to change something on the website, the state must change in the app. and changes can only trickle down, not up.
The unidirectional data flows makes ___ easier.
debugging code
Using react to build a website is like using …
lego blocks
Is react cross platform?
Yes
List 6 React keywords
What 3 things make you a great React developer?