Skip to content

Latest commit

 

History

History
48 lines (40 loc) · 1.93 KB

todo.md

File metadata and controls

48 lines (40 loc) · 1.93 KB

gather

  • how to rewrite a complicated function and make it easier to test
  • setup with VS Code or Webstorm

javascript intermediate

stuff

  • clean up webpack setup
  • Can I get rid of the title slide?
  • adding emoji
  • rewrite promises section to not involve network calls maybe?
  • convert all Jasmine tests to Jest
  • provide Jest watch command as helper
  • maybe provide yarn commands to navigate to the necessary folder?
  • webpack advanced section (code splitting, vendor, tree shaking, etc.)
  • webpack diagram to visualize what's happening
  • class properties
  • borrow setup instructions from EN project
  • create visualization of querying
  • add notes about arrow function this once that topic is discussed
  • replace sandbox with the webpack babel starter repo
  • slide on class assignment to variable / passing as data?
  • es6 object shorthand
  • es6 object function shorthand
  • trailing comma in obj, functions, etc.
  • try moving stuff to codesandbox.io?
  • demonstrate using super in a method
  • show class mixins
  • add survey links for modules
  • pass-through props on Composition
  • [ ]

Idea for FP intro:

  • in OOP, everything is an is-a relationship. But in web there's ... so many things! How could we model them all?