Skip to content

Instantly share code, notes, and snippets.

@marcelowa
Last active October 6, 2016 12:31
Show Gist options
  • Save marcelowa/45c2b826e31f82001b927e0e8641947c to your computer and use it in GitHub Desktop.
Save marcelowa/45c2b826e31f82001b927e0e8641947c to your computer and use it in GitHub Desktop.

React/Redux Learning curve for those who already feel confident with Javascript

  • learn ES6 especially:
    import/export (modules)
    arrow functions
    promises
    let, const
    destructuring assignment
    spread syntax
    property shorthand
    method properties
    classes?
  • learn React
  • read about Flux
  • learn Redux using http://redux.js.org/
    jump over the middlewares section because it is a little bit confusing, at least until you feel more confident about Redux, and then go back to read it
  • write a small project using an existing very simple boilerplate that combines React and Redux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment