Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/the-road-to-learn-react/the-road-to-learn-react
๐The Road to learn React: Your journey to master plain yet pragmatic React.js
https://github.com/the-road-to-learn-react/the-road-to-learn-react
book learn-react learn-reactjs react react-book reactjs
Last synced: about 2 months ago
JSON representation
๐The Road to learn React: Your journey to master plain yet pragmatic React.js
- Host: GitHub
- URL: https://github.com/the-road-to-learn-react/the-road-to-learn-react
- Owner: the-road-to-learn-react
- Archived: true
- Created: 2016-07-14T16:36:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-12T08:30:16.000Z (over 4 years ago)
- Last Synced: 2024-09-21T03:01:36.940Z (about 2 months ago)
- Topics: book, learn-react, learn-reactjs, react, react-book, reactjs
- Homepage: https://roadtoreact.com
- Size: 1.07 MB
- Stars: 2,826
- Watchers: 124
- Forks: 364
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
โ๏ธ **Deprecated**
This is the old version of The Road to React with React class components and without React Hooks. Check out the new [The Road to React](http://roadtoreact.com/) which teaches React Hooks.
# The Road to learn React [Book]
Official repository for [The Road to learn React](https://www.robinwieruch.de/the-road-to-learn-react/). If you want to leave a review, please do it on [Amazon](https://www.amazon.com/dp/B077HJFCQX?tag=21moves-20) or [Goodreads](https://www.goodreads.com/book/show/37503118-the-road-to-learn-react).
## Translations of the book into Leanpub
The Road to learn React is also available in other languages. Thanks for all translators for their awesome work!
* ๐จ๐ณ [Simplified Chinese](https://leanpub.com/the-road-to-learn-react-chinese)
* ๐ซ๐ท [French](https://leanpub.com/the-road-to-learn-react-french)
* ๐ฐ๐ท [Korean](https://leanpub.com/the-road-to-learn-react-korean)
* ๐ง๐ท [Portuguese](https://leanpub.com/the-road-to-learn-react-portuguese)
* ๐ท๐บ [Russian](https://leanpub.com/the-road-to-learn-react-russian)
* ๐ช๐ธ [Spanish](https://leanpub.com/the-road-to-learn-react-spanish)
* ๐ฎ๐น [Italian](https://leanpub.com/the-road-to-learn-react-italian)## Updates, Help and Support
* Get book updates via [E-Mail](https://www.getrevue.co/profile/rwieruch) or [Twitter](https://twitter.com/rwieruch)
* Get help, while learning with the book or teach others, in the official [Slack Channel](https://slack-the-road-to-learn-react.wieruch.com/)
* Find out how you can [support the Book](https://www.robinwieruch.de/about/)## Contribute
You can help to improve the book by opening Issues and Pull Requests (PR).
You can open up any PR that corrects spelling or explains a certain lesson with more detail. When writing such a technical book, you get fast blind on what needs more explanation and on what is already explained well.
In addition, you can open Issues when you run into problems. In order to make the fix for the Issue as easy as possible, please provide a couple of details such as error log, screenshot, which page of the book it happened, your node version (command line: `node -v`) and a link to your own repository. Not all of these details are mandatory, but most of them help to fix the Issue and to improve the book.
Thanks a lot for your help!