/react-roadmap

:link: A curated list of free resources to master React Development :sparkles:

React Roadmap

A curated list of free resources to master React Development

Table Of Contents

Motivation

This project aims to collect the best free resources for those that want to learn how to build applications with React and also understand the concepts that come with its adoption like Functional Programming, Composition, Unidirectional Data Flow and many others.

Essential Path

Why React?

  1. JS Apps at Facebook
  2. Why did we build React?
  3. React: Rethinking best practices

React

  1. React Fundamentals
  2. Getting Started
  3. Getting Started with create-react-app
  4. React Docs Tutorial
  5. Thinking in React
  6. The React Quick Start Guide (ES6 version)
  7. Removing User Interface Complexity, or Why React is Awesome
  8. Learn Raw React — no JSX, no Flux, no ES6, no Webpack…
  9. Learn Raw React: Ridiculously Simple Forms
  10. Building a Router with Raw React
  11. React's Official Guides & Tips
  12. react-devtools
  13. React Cheat Sheet

Bundlers

Webpack

  1. Webpack your bags
  2. Webpack — The Confusing Parts
  3. SurviveJS - Webpack

ES2015+

  1. Learn ES6 (ECMAScript 2015)
  2. Setting up ES6
  3. Overview of ECMAScript 6 features
  4. Exploring ES6
  5. Exploring ES2016 and ES2017

Routing

  1. React Router Tutorial

Redux

  1. Getting Started with Redux
  2. Building React Applications with Idiomatic Redux

Build Stuff

  1. Several project ideas
  2. React - TodoMVC
  3. Bootstrapping a React project
  4. The SoundCloud Client in React + Redux
  5. A Primer on the React Ecosystem: 1, 2 and 3.
  6. Building a React/Redux App with JSON Web Token (JWT) Authentication

Optional Path

Typescript

  1. Gitbook Typescript deep dive
  2. React - Redux - Typescript - TodoMVC
  3. React Typescript samples

How To Use This Guide

Use a linear approach to complete this guide. That means you should start with the first resource in the Essential Path and pass to the next one after you finish the previous and after make a practical project to internalize what you have learned.

The React's ecosystem is overwhelming for beginners. Ensure to learn each new tool isolatedly.

Said this, our first course in the React section covers all the React ecosystem. Face this as a general introduction to each topic that will be studied deeply in the following sections.

In the sections about React, Webpack, and ES2015+, the initial resources are more superficial and the last ones are going deeper in the respective topic. You can opt to learn the basics first and return to them later, but don't skip them without have a basic knowledge of the matter.

After you complete the Essential Path, you can choose one (or more) topics in the Optional Path. You do not need to go through this section in the same linear approach, you should choose new topics to learn based on your necessity and/or desire.

How To Colaborate

To suggest new sections or new resources, open one issue for each resource/section explaining why we should add/remove such item. After at least 5 people approve (👍) your indication, you will be invited to create the pull request.

The reason to keep this way of collaboration is to ensure that our list of resources will be really concise, bringing only the best resources for those that want to master the topics listed here.

Team

Inspiration And Additional Resources

Inspiration

  1. You’re Missing the Point of React
  2. react-makes-you-sad
  3. react-howto
  4. Your Timeline for Learning React
  5. 5 Steps for Learning React Application Development
  6. Path to Learning React

Additional Resources

  1. React/Redux Links
  2. Redux Ecosystem Links
  3. Community Resources