Skip to content

Instantly share code, notes, and snippets.

@michaelerobertsjr
Last active June 30, 2017 03:40
Show Gist options
  • Save michaelerobertsjr/3d73f65baf705a954c1b09db384d43e6 to your computer and use it in GitHub Desktop.
Save michaelerobertsjr/3d73f65baf705a954c1b09db384d43e6 to your computer and use it in GitHub Desktop.
Resources to learn React

Resources for Learning React

Course

Complete the React Basics course on Team Treehouse, or the equivelant on CodeSchool, PluralSight, etc.

Read

Read Thinking in React and quickly review the React docs.

Watch

Watch Thinking in React follow along carefully and if time permits build the project along side watching.

Watch

Watch Getting Started with Redux, don't worry about following along in code. This is a great resource that you will likely come back and watch at least a few more times in the future as you begin to understand React more.

Build an App

Build a basic app, try something you have already built in the past using another technology (like a todo app) using Create React App and add redux and redux-devtools.

Build an App

Using Exponent build a basic mobile app.

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