IMPORTANT! If you want to support the development of this book, you can either purchase a copy at Leanpub or use gratipay. Feedback and word of mouth is valuable as well!
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.
Feedback is welcome. You can provide it through the issue tracker.
- Christian Alfoni - Helped to author react-webpack-cookbook. This book is continuation to that effort.
- vitaliy-kotov - Pointed out various issues
To generate a pdf version of the book, hit npm install
and npm start
. After that you should have ./book.pdf
.
CC BY-NC-ND.