SurviveJS - Webpack: From apprentice to master
Designed to complement the official documentation of Webpack, the goal of this book is to ease the learning curve while giving food for thought to more advanced users.
Tag(s): Web Design and Development
Publication date: 01 Mar 2016
ISBN-10: n/a
ISBN-13: n/a
Paperback: 161 pages
Views: 8,688
Type: Book
Publisher: Leanpub
License: Creative Commons Attribution-NonCommercial-NoDerivs 3.0 United States
Post time: 11 Nov 2016 05:00:00
SurviveJS - Webpack: From apprentice to master
Koppers, Rodriguez, and Vepsalainen wrote:Webpack is a powerful bundling tool made popular particularly by the success of Facebook's React. Webpack, a bundler, takes in assets and then transforms them into a form suitable for the browser. It happens to do this well. It isn't the easiest tool to learn due to its configuration driven approach, but despite this it's worth studying. By reading this book you will learn to:
- Set up a Webpack based development and production environment. You can find the configuration online as well.
- Understand Webpack's Hot Module Replacement (HMR) and how to configure it in various ways.
- Learn to deal with styling with Webpack. This includes hashing and extracting styles to separate files.
- Load different types of assets and even implement loaders of your own in a test driven manner.
- Learn to load dependencies dynamically while your application or site is running.
- Learn to configure React specific setup in an effective manner.
The book contents are freely available online. By purchasing this book you support its development. A part (~30%) of the profit goes to Tobias Koppers, the author of Webpack. This helps him to develop the tool further.
About The Author(s)
Tobias Koppers is the author of webpack and does the core engineering. While previously doing this in his free time, he now reduced his day job to work 1 day/week on Open Source.
Jesús Rodríguez Rodríguez is a frontend developer who dedicates his time to moderate the official Angular.js IRC channel and he also gives support there. He spent some time collaborating with organization like AngularUI and he also write in his blog (http://www.angular-tips.com) all about angular. He also likes to edit / review books, that also includes writing his own books.
Jesús Rodríguez Rodríguez is a frontend developer who dedicates his time to moderate the official Angular.js IRC channel and he also gives support there. He spent some time collaborating with organization like AngularUI and he also write in his blog (http://www.angular-tips.com) all about angular. He also likes to edit / review books, that also includes writing his own books.