Skip to content

Latest commit

 

History

History
195 lines (142 loc) · 10.9 KB

react-tutorials.md

File metadata and controls

195 lines (142 loc) · 10.9 KB

React Tutorials

Basic Introductions

Project-Based Tutorials

React Implementation Walkthroughs

Paid Courses and Books

  • React.js Program
    http://courses.reactjsprogram.com/courses
    The complete list of paid courses available on the site, including ES6/7 and Redux + Immutable.js. Courses on React Native and Universal React coming soon.

  • React for Beginners
    https://reactforbeginners.com/
    A complete course that teaches how to build full real-world applications. Includes videos and source code.

  • Pro React
    http://www.pro-react.com/
    The book teaches you how to successfully structure increasingly complex front-end applications and interfaces. You will learn how to use React completely, and learn best practices for creating interfaces in a composable way. You will also cover additional tools and libraries in the React ecosystem (such as React Router and Flux architecture).