Reading-notes

React Docs - thinking in React

How would you break a mock into a component heirarchy?

What is the single responsibility principle and how does it apply to components?

What does it mean to build a ‘static’ version of your application?

Once you have a static application, what do you need to add?

- Identify The Minimal (but complete) Representation Of UI State

What are the three questions you can ask to determine if something is state?

How can you identify where state needs to live?

each piece of state in your application: