Skip to content

Instantly share code, notes, and snippets.

@jasonferrier
Last active July 16, 2018 21:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasonferrier/13c3e9d30de2763b803f331cd8961c7e to your computer and use it in GitHub Desktop.
Save jasonferrier/13c3e9d30de2763b803f331cd8961c7e to your computer and use it in GitHub Desktop.
Actually take the time to get educated on idiomatic React and best practices.
**Step Zero**
- [X] https://www.lullabot.com/articles/how-to-learn-react
- [X] https://www.lullabot.com/articles/why-choose-react
- [X] https://www.youtube.com/watch?v=0ZNIQOO2sfA
**Step One**
- [x] https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript
- [x] Quick Start - https://reactjs.org/docs/installation.html
- [X] http://babeljs.io/docs/editors
- [x] Advanced Guides - https://reactjs.org/docs/jsx-in-depth.html
**Step Two**
- [ ] https://tylermcginnis.com/courses/react-fundamentals/
- [ ] https://reacttraining.com/react-router/web/example/basic
- [ ] https://developers.google.com/web/fundamentals/primers/promises
- [ ] https://medium.com/@dan_abramov/smart-and-dumb-components-7ca2f9a7c7d0
- [ ] https://tylermcginnis.com/react-aha-moments/
- [ ] https://camjackson.net/post/9-things-every-reactjs-beginner-should-know
- [ ] https://medium.freecodecamp.org/the-revolution-of-pure-views-aed339db7da4
**Step Three**
- [ ] https://vasanthk.gitbooks.io/react-bits/
**Step Four**
- [ ] Redux - https://redux.js.org/
- [ ] Redux Videos - https://egghead.io/courses/getting-started-with-redux
**Step Five**
- [ ] https://egghead.io/courses/building-react-applications-with-idiomatic-redux
- [ ] https://leanpub.com/redux-book
**Other**
- [ ] https://www.lullabot.com/articles/building-an-enterprise-react-application-part-1
- [ ] https://www.lullabot.com/articles/building-an-enterprise-react-application-part-2
- [ ] https://www.youtube.com/watch?v=eWmkBNBTbMM&feature=youtu.be
- [ ] https://github.com/redux-saga/redux-saga
- [ ] http://lucasmreis.github.io/blog/simple-react-patterns/
- [ ] Testing - http://facebook.github.io/jest/docs/en/tutorial-react.html#content
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment