puresteelzhang / webpack_react

From apprentice to master (CC BY-NC-ND)

Home Page:http://survivejs.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build status Join the chat at https://gitter.im/survivejs/webpack_react

SurviveJS - Webpack and React

IMPORTANT! If you want to support the development of this book, you can purchase a copy at Leanpub. There's also a paperback available through Amazon.

Webpack, a module bundler, solves a significant problem for web developers. It can be daunting to learn but once you grok it, life gets easier. Same goes for React, a JavaScript library for building UIs. This book shows you how to build a little Kanban application using these technologies. During the process you will learn the basics and will be able to take the skills to your own projects.

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:

If you post questions to Stack Overflow, tag them using 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:

Feel free to subscribe.

Contributing

Feedback and PRs are welcome! See CONTRIBUTING.md for more information.

Generating PDF

If you want a rough pdf version, you can generate one through Calibre. It won't look as pretty as the official version and will be missing some content. That said it's better than nothing if you cannot afford the full monty for a reason or another. I'm not blaming you. :)

Make sure you have Calibre installed before trying the generation script. You can get it from Calibre site or alternatively you can use the package manager of your operating system (Homebrew-cask for Mac, sudo apt-get install calibre calibre-bin for Ubuntu). If you use Homebrew-cask, you may need to add the Calibre CLI to your PATH (e.g., export PATH=$PATH://opt/homebrew-cask/Caskroom/calibre/2.31.0/calibre.app/Contents/MacOS).

To generate a pdf version of the book, hit npm install and npm start. After that you should have ./book.pdf.

License

Creative Commons License

About

From apprentice to master (CC BY-NC-ND)

http://survivejs.com/


Languages

Language:JavaScript 91.4%Language:CSS 7.6%Language:HTML 0.9%Language:Shell 0.1%