Skip to content

Instantly share code, notes, and snippets.

@ajchambeaud
Last active March 7, 2019 14:29
Show Gist options
  • Save ajchambeaud/a1b57c81b910321826a8116f1e7c3691 to your computer and use it in GitHub Desktop.
Save ajchambeaud/a1b57c81b910321826a8116f1e7c3691 to your computer and use it in GitHub Desktop.
The ajchambeaud's recommended books and courses to master React and JS

The ajchambeaud's recommended books and courses to master React and JS

Courses

By Tyler Mcginnis at https://tylermcginnis.com/courses/

By Ryan Florence at https://reach.tech/courses

  • Advanced React Component Patterns

Books

Books by Kyle Simpson

  • You Don't Know JS: Scope & Closures

Read the full book at: https://github.com/getify/You-Dont-Know-JS/tree/master/scope%20%26%20closures

  • You Don't Know JS: this & Object Prototypes

Read Chapter 1 and 2 at: https://github.com/getify/You-Dont-Know-JS/tree/master/this%20%26%20object%20prototypes

  • You Don't Know JS: Async & Performance

Read Chapter 1, 2, 3 and 4 at: https://github.com/getify/You-Dont-Know-JS/tree/master/async%20%26%20performance

  • Functional-Light-JS

Read Chapter 5, 6 and 9 at: https://github.com/getify/Functional-Light-JS/tree/master/manuscript

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