Skip to content

Latest commit

 

History

History
344 lines (255 loc) · 19.4 KB

react-tutorials.md

File metadata and controls

344 lines (255 loc) · 19.4 KB

React Tutorials

Basic Introductions

React Project Setup

React Concept Overviews

Project-Based Tutorials

Paid Courses and Books

Also see the course sites listed in the Community Resources page.

  • 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).

  • React: Up & Running
    http://shop.oreilly.com/product/0636920042266.do
    http://www.phpied.com/react-up-and-running/
    A book that starts with 0 setup and no tools, just React, then moves on to introduce additional syntax while building a CRUD app. Also covers linting, testing, build processes, and data management.

    appendTo Instructor-led React Courses
    https://appendto.com/courses/react-training/
    appendTo offers instructor-led, hands-on React training courses on React, Redux, React Native, ES6, and Webpack.

  • The Road to Learn React
    http://www.robinwieruch.de/the-road-to-learn-react/
    A pay-what-you-want ebook that teaches a good foundation for React itself, including React component patterns, working with data (fetching, sorting, and filtering), unit testing, and more. The author's blog posts are excellent, and this book is definitely recommended.

  • Learn Pure React
    https://daveceddia.com/learn-pure-react/
    A paid ebook that lays out a guided step-by-step process for learning React quickly and in the right order, with a focus on the fundamentals of React.

  • Best ReactJS Books in 2017
    https://reactdom.com/blog/reactjs-books
    A list of available React-related books, with some quick reviews.