Skip to content

Instantly share code, notes, and snippets.

@jbaxleyiii
Last active December 30, 2015 02:25
Show Gist options
  • Save jbaxleyiii/bfeaca3dde32daca1cff to your computer and use it in GitHub Desktop.
Save jbaxleyiii/bfeaca3dde32daca1cff to your computer and use it in GitHub Desktop.
Getting started with React

Getting Started with React

React is quickly becoming the defacto javascript client library for building dyanmic and powerful applications. Its usage of a virtual dom, compliation support with react native, and really excellent lifecycle hooks, make it a fantastic addition to any application stack.

With any new framework, there is a learning curve associated with getting on board. React's can be steep but I think that is due more to lack of a clear tooling system than React itself. I've broken this guide into a few sections.

  • What is React
  • Hello World / Getting started
  • Add on libraries
  • Integrated stacks

This order has helped me get on board with React and I really love it.

What is React?

Getting Started

Add On Libraries

Integrated Stacks

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