JavaScript ES6 Web Dev Notes


A Node.js package manager with many benefits:

  • useable offline provided packages have previously been installed on the system
  • consistent packages across all machines
  • parallelized operations
  • requests retried upon failure
  • has a dependency lock file similar to Ruby's Bundler

A JavaScript library for building user interfaces.

###Components

####Render()

Each component must have a pure render function which returns markup.