Readings: Putting it all together

My reading journal for Code Fellows

Readings: Putting it all together

React Docs - Thinking in React

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?

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

How can you identify where state needs to live?

Higher-Order Functions

What is a “higher-order function”?

Explore the greaterThan function as defined in the reading. In your own words, what is line 2 of this function doing?

Explain how either map or reduce operates, with regards to higher-order functions.

Things I want to know more about