View on GitHub

Code Fellows reading notes

A repository for organizing notes from my learning.

React: Putting it all together

Thinking in React

Source (Docs): reactjs.org - Thinking in React

Higher-Order Functions

Source (Online Textbook): eloquentjavascript.net - Higher-Order Functions

Things I want to know more about

Are all function and methods that accept callback functions considered higher-order? I suppose it would make sense, but this is my first exposure to this concept. If so, it seems that JS has a pretty large amount of higher order functions and methods.

Also regarding thinking in React, it feels like this is one of the most crucial steps in creating an app. Without a solid plan it seems very easy to get “lost in the sauce.” What methods have instructors or the cohort been employing or plan to employ for formulating an attack plan when designing React Apps or features? Personally I just scrawl out a draft with pen/paper. :)