Skip to content

Instantly share code, notes, and snippets.

@chadfurman
Created May 1, 2017 12:18
Show Gist options
  • Save chadfurman/dba1cd567fed193b421a24833d6d934f to your computer and use it in GitHub Desktop.
Save chadfurman/dba1cd567fed193b421a24833d6d934f to your computer and use it in GitHub Desktop.
5-1-meeting-notes.md
  • The course was fun, a very nice experience. Hopefully all FEM courses are this good?
  • Like a netflix course, easy to keep watching
  • Server-side rendering is complicated / hard, but really useful. React makes this much easier
  • System.import? Is it just for webpack static analysis? We mock the import method so the server doesn't run it
  • The week-by-week format of FEM courses is very helpful
  • Universal Rendering and code splitting are new to most of us and useful
  • There was a "Node" course
  • Do we need server-side rendering? It adds lots of complexity. Sometimes we have apps that don't need SEO
  • It was nice to start with a very simple React app and added complexity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment