Skip to content

Instantly share code, notes, and snippets.

@chadfurman
Last active April 17, 2017 12:16
Show Gist options
  • Select an option

  • Save chadfurman/7f32b51086f860d8f8c041526206152b to your computer and use it in GitHub Desktop.

Select an option

Save chadfurman/7f32b51086f860d8f8c041526206152b to your computer and use it in GitHub Desktop.
4-17.md

Meeting Notes

  • The course is great, some people are almost done with it!
  • Using redux is really exciting, but it's complicated
  • React tools are great as well
  • Getting data to your components is also really simple
  • the connect() method deserves a mention -- it makes things easy
  • All this redux stuff is in current projects -- it's really good to know why things are called what we do (i.e. reducers?)
  • React development tools are powerful
  • Because your state is in redux, it can be harder to debug because the data isn't with the component
  • Object.assign to update
  • ES6 Doesn't auto-bind the method to this?
  • the arrow functoins help with the lack of auto-bind
  • Redux adds complexity, but once you have the complexity down it seems like it will really make longer projects cleaner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment