Skip to content

Instantly share code, notes, and snippets.

@stanosmith
Last active July 31, 2017 06:48
Show Gist options
  • Save stanosmith/9d1ef0ef984aeaf51018 to your computer and use it in GitHub Desktop.
Save stanosmith/9d1ef0ef984aeaf51018 to your computer and use it in GitHub Desktop.
Notes from Boise Code Camp 2016 talk: Intro To React and webpack

Intro To React and webpack

Presented by: Sean Timm

  • ES6/ECMAScript2015
    • Backticks enable multiline strings
    • All variables in modules are private
    • Default values in functions
    • Rest parameter
    • Spread operator
    • Spread array with spread parameter
  • Note to self: If I ever present, use a web based presentation tool
    • Enables live coding without switching between apps
  • Firefox dev tools are written in React
  • webpack
    • Loaders
      • Babel, script, sass, less, eslint, etc.
    • Plugins augment loaders
      • Banner, UglifyJS, CommonsChunk, etc.

Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment