Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/survivejs/react-book
From apprentice to master (CC BY-NC-ND)
https://github.com/survivejs/react-book
book book-series ebook javascript leanpub react survivejs
Last synced: 27 days ago
JSON representation
From apprentice to master (CC BY-NC-ND)
- Host: GitHub
- URL: https://github.com/survivejs/react-book
- Owner: survivejs
- Created: 2015-03-06T14:36:52.000Z (over 9 years ago)
- Default Branch: dev
- Last Pushed: 2018-03-13T15:32:40.000Z (over 6 years ago)
- Last Synced: 2024-08-11T00:02:23.936Z (3 months ago)
- Topics: book, book-series, ebook, javascript, leanpub, react, survivejs
- Language: JavaScript
- Homepage: https://survivejs.com/react/introduction/
- Size: 30.6 MB
- Stars: 2,019
- Watchers: 86
- Forks: 368
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
[![build status](https://secure.travis-ci.org/survivejs/react-book.svg)](http://travis-ci.org/survivejs/react-book) [![Join the chat at https://gitter.im/survivejs/react](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/survivejs/react)
# SurviveJS - React
> **IMPORTANT!** If you want to support the development of this book, you can [purchase a copy at Leanpub](https://leanpub.com/survivejs-react). There's also [a paperback available through Amazon](http://www.amazon.com/SurviveJS-Webpack-React-apprentice-master/dp/152391050X/) (older book covering both Webpack and React).
This book shows you how to build a little Kanban application using React. During the process you will learn the basics and will be able to take the skills to your own projects. You can [read the book online](http://survivejs.com/react/introduction/).
## How to Use This Repository?
The repository has been split in two main parts: `manuscript` and `project_source`. You can find the freely available chapters under `manuscript` organized per chapter. `project_source` contains source associated to each chapter.
There is no single right way to approach the book. It depends on your experience level and interest. You can build the project from scratch by following the book or you can start from a specific stage. Just pick the source from previous chapter as your starting point.
Please note that the repository defaults to the `dev` branch of the book. `master` contains the source of the most recent version. Each version has been tagged so that it's easy for you to find the source matching to the version of the book you are reading.
## Getting Support
As no book is perfect, you will likely come by issues and might have some questions related to the content. There are a couple of options to deal with this:
* Contact me through [GitHub Issue Tracker](https://github.com/survivejs/react/issues)
* Join me at [Gitter Chat](https://gitter.im/survivejs/react)
* Follow [@survivejs](https://twitter.com/survivejs) at Twitter for official news or poke me through [@bebraw](https://twitter.com/bebraw) directly
* Send me email at [[email protected]](mailto:[email protected])
* Ask me anything about Webpack or React at [SurviveJS AmA](https://github.com/survivejs/ama/issues)If you post questions to [Stack Overflow](http://stackoverflow.com/search?q=survivejs), tag them using [**survivejs**](https://stackoverflow.com/questions/tagged/survivejs) so I will get notified of them. You can also use the hashtag **#survivejs** at Twitter.
## Announcements
I announce SurviveJS related news through a couple of channels:
* [Mailing list](http://eepurl.com/bth1v5)
* [Twitter](https://twitter.com/survivejs)
* [Blog RSS](http://survivejs.com/atom.xml)Feel free to subscribe.
## Contributing
Feedback and PRs are welcome! See *CONTRIBUTING.md* for more information.
## License