Skip to content

Instantly share code, notes, and snippets.

@chadfurman
Last active March 27, 2017 12:21
Show Gist options
  • Save chadfurman/f8f24a5786dd09c7b90de11aef7722a1 to your computer and use it in GitHub Desktop.
Save chadfurman/f8f24a5786dd09c7b90de11aef7722a1 to your computer and use it in GitHub Desktop.
3-27-meeting-notes
  • Good to know more about the high-level components like the Router
  • Good to know more about webpack config
  • dont use dangerouslySetHTML attribute :)
  • Key props? Why? -- if you have a key, it helps React konw what to re-render
  • PropTypes warnings are great, but not needed in production
  • One-way data-flow with events to change things vs Two-way data with magic
  • The teacher explains things very well
  • Learning about the HashRouter is interesting -- also is knowing when to use it
  • The built-in dev server has a fallbackApi route
  • preload with json puts all data in the same place
  • the map function is very easy
  • Best practices in React are best practices in JS because React is a light wrapper ontop of JS
  • Learning tricks that help React render everywhere -- i.e.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment