Using Webpack

Compiling and serving sophisticated Node applications using Webpack

Ratings 4.48 / 5.00
Using Webpack

What You Will Learn!

  • Installing Webpack using NPM
  • Understand and compare Webpack versions
  • Compile JSX (React) with Webpack
  • Create and modify webpack configuration files

Description

JavaScript is the only programming language all web browsers natively understand.

But what happens when your application gets too complex to effectively scale and be maintained when it is written as a loosely-connected array of plain JavaScript files?

The solution, of course, is to write your application using more sophisticated tools like TypeScript, React, LESS, JSON, and more. And to bundle all these non-JavaScript files into one clean package that browsers can understand you need a special tool like Webpack.

In this course, we'll learn everything necessary to build a deployment ready application with Webpack. Some of the key skills we'll be covering include:

  • Installing Webpack using NPM

  • Differentiating between Webpack versions

  • Creating a Webpack configuration file and editing it

  • Serving Webpack applications in a development context using Webpack Dev Server

  • Compiling React applications to JavaScript

  • Compiling CSS to JavaScript

  • Compiling text files (YAML) to JavaScript objects

  • ... much more

We'll be combining all these skills into a single Webpack application which you can build in real time while taking the course. This fun and interactive application will impress your peers and can be used as a base to practice or develop any Webpack skills you wish!

Don't hesitate. Don't even think about it. Sign on up and get ready to use Webpack and kick-start your career in any of the following high-demand fields:

  • Back-end developer

  • Full-stack developer

  • JavaScript developer

  • Node developer

  • Dev-ops and CI specialist

“No gains without pains.” - Benjamin Franklin

Who Should Attend!

  • Developers who wish to interact and contribute better to current projects that use Webpack
  • Developers familiar with other bundling tools (grunt, gulp) who wish to update their workflow
  • Junior developers who want to start moving towards a more intermediate / dev-ops oriented role

TAKE THIS COURSE

Tags

  • Webpack

Subscribers

89

Lectures

22

TAKE THIS COURSE



Related Courses