Eric Elliott's "Composing Software" Series A collection of links to the excellent "Composing Software" series of medium stories by Eric Elliott. The Rise and Fall and Rise of Functional Programming Why Learn Functional Programming in JavaScript? A Functional Programmer’s Introduction to JavaScript Higher Order Functions Reduce Functors & Categories [Composing
DOM Performance How the browser renders the document Receives the data (bytes) from the server. Parses and converts into tokens (<, TagName, Attribute, AttributeValue, >). Turns tokens into nodes. Turns nodes into the DOM tree. Builds CSSOM tree from the css rules.