Skip to content

Instantly share code, notes, and snippets.

@chadfurman
Created March 20, 2017 12:15
Show Gist options
  • Save chadfurman/b366341b51edbbd6e2a57a172cfbd8d3 to your computer and use it in GitHub Desktop.
Save chadfurman/b366341b51edbbd6e2a57a172cfbd8d3 to your computer and use it in GitHub Desktop.
FEM React v2 3/21 meeting
  • Nice to know how to config babel / webpack by hand
  • This empowers us to not rely on pre-generated config files here
  • We can also better change the file if we need to add something.
  • Loose-mode in babel is interesting, didn't know about this. It's a little dangerous, but interesting.
  • Webpack config is normally confusing, but it's actually easy once you know what it all means.
  • The route videos didn't work at one point
  • Ultimately it's interesting that there's different versions of react router, and the differences are important
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment