Skip to content

Instantly share code, notes, and snippets.

@jimtryon
Last active September 30, 2020 10:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jimtryon/fb47f96081a4abc94e26324ce2ec888a to your computer and use it in GitHub Desktop.
Save jimtryon/fb47f96081a4abc94e26324ce2ec888a to your computer and use it in GitHub Desktop.
Learning React - O'Reilly

https://github.com/moonhighway/learning-react

React is a library not a framework.

JavaScript Fatigue - http://bit.ly/2pSiuE4

React blog: https://facebook.github.io/react/blog

React Conferences

React Tools

Package Managers

Yarn (https://yarnpkg.com)

npm (https://www.npmjs.com/)

Latest Javascript features and browser support

kangax compatibility table: (http://kangax.github.io/compat-table/esnext/)

ES6 Features

  • const
  • let
  • template strings
@BShah5
Copy link

BShah5 commented Sep 30, 2020

Thank you. The developer tools and chrome extension was quite helpful to me.

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