Skip to content

Instantly share code, notes, and snippets.

@chadfurman
Created April 24, 2017 12:13
Show Gist options
  • Save chadfurman/a8a9f3aa437bc008d66a14366eb9ea7a to your computer and use it in GitHub Desktop.
Save chadfurman/a8a9f3aa437bc008d66a14366eb9ea7a to your computer and use it in GitHub Desktop.
4-24-meeting-notes.md
  • Interesting what he says about "this" and "es6 classes" and binding
  • i.e. var that = this -- stuff like this is also in the Advanced Js course!
  • Redux debug tools -- can step forward and back! soocool!
  • Middleware, refactored to get the ajax data into redux -- react is about managing the interaction with the user
  • starts to get confusing -- actions, action creators, thunk to get the data if it haasn't been gotten alread, etc
  • really need how thunks don't request the same thing twice
  • Universal rendering makes a lot of sense and is something we want more experience in
  • Kyle Simpson -- rethinking asynchronous programming
  • "Who is Kyle Simpson?"
  • That ES6 course looks cool...
  • Redux stuff is certainly interesting and valuable
  • Redux dev tools are supwer powerful / amazing!
  • Redux dev tools will create the test script for you!?
  • Redux can be overkill -- it can also be amazing :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment