Logo

The Road to learn React by Robin Wieruch

Large book cover: The Road to learn React

The Road to learn React
by

Publisher: Leanpub
Number of pages: 210

Description:
A lot of roadmaps exist on how to master React. This book uses the common sense of these roads and weaves it into the implementation of an app. You will build an own React app. On the road you will learn ES6, React with all its basics and advanced concepts and internal state management.

Home page url

Download or read it online for free here:
Read online
(online reading)

Similar books

Book cover: You Don't Know JS: Scope and ClosuresYou Don't Know JS: Scope and Closures
by - O'Reilly
This guide takes you inside scope and closures, two core concepts you need to know to become a more efficient JS programmer. You'll learn how and why they work, and how an understanding of closures can be a powerful part of your development skillset.
(7441 views)
Book cover: Learning JavaScript Design PatternsLearning JavaScript Design Patterns
by - O'Reilly Media
Learn how to write beautiful, structured, and maintainable JavaScript by applying design patterns to the language. If you want to keep your code efficient, more manageable, and up-to-date with the latest best practices, this book is for you.
(11143 views)
Book cover: TypeScript Deep DiveTypeScript Deep Dive
by - GitBook
TypeScript is a superset of JavaScript, and adds optional static typing and class-based object-oriented programming to the language. The author of this book has been looking at the issues that turn up commonly when people start using TypeScript.
(7469 views)
Book cover: DOM EnlightenmentDOM Enlightenment
by - domenlightenment.com
This is the most exhaustive book written about DOM scripting without the use of a library/framework. The book is written in a style that favors small, isolated, immediately executable code over wordy explanations and monolithic programs.
(14774 views)