Skip to content

Instantly share code, notes, and snippets.

@kkarimi
Last active January 21, 2017 11:20
Show Gist options
  • Save kkarimi/8b28a5a09b881cd054b3233818d7e121 to your computer and use it in GitHub Desktop.
Save kkarimi/8b28a5a09b881cd054b3233818d7e121 to your computer and use it in GitHub Desktop.

React Session #3

  • Review: Load API in to state
  • Good practices:
    • uses container / parent components
  • React-Router: Basics
  • Eco-system: Webpack/babel
  • Uni-directional flow: Intro to Redux
  • Mention React Native / Electron
  • Unit testing
    • testing components - Jest?
@kabaros
Copy link

kabaros commented Jan 21, 2017

  • Also ES6 recap

Redux - I would say just mention it, the same as React-native.
Babel/Webpack - we already mentioned them as part of the "magic" of create-react-app .. I think more details would be confusing?

In general, if we cover Routing and Unit testing in the next two classes then that will be more than enough.

(just a reminder, also to mention the simple way of declaring a dumb component - just exporting a function)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment