ββLearn how to optimize the JavaScript bundle by minizming how much code is transpiled.
β± 6 min read
π #Performance #Webpack #JavaScript
β± 6 min read
π #Performance #Webpack #JavaScript
web.dev
Serve modern code to modern browsers for faster page loads | Articles | web.dev
In this codelab, learn how to improve the performance of an application by minizming how much code is transpiled.
ββRecently I was publishing a library to npm and I thought of experimenting with the bundler I was going to package my code in. While webpack has always been my standard choice, I decided to put it up against two other popular bundlers β Rollup and Parcel.
β± 8 minutes read
#Bundlers #Webpack #Rollup #Parcel
β± 8 minutes read
#Bundlers #Webpack #Rollup #Parcel
Medium
Rollup vs. Parcel vs. webpack: Which Is the Best Bundler?
The battle of the bundlers
ββDeveloping a JavaScript application involves reloading the browser each time you save code changes in order to refresh the user interface.
β± 5 minutes read
#Webpack
β± 5 minutes read
#Webpack
Medium
Webpackβs Hot Module Replacement Feature Explained
Developing a JavaScript application involves reloading the browser each time you save code changes in order to refresh the user interface.
ββEditors may have problem with auto importing that complicated relative paths ( at least VSCode does ). Importing manually from various modules in your project will start to feel very cumbersome ( trust me, I experienced that with my team at workβ¦ )
β± 6 minutes
#TypeScript #Webpack #Jest
β± 6 minutes
#TypeScript #Webpack #Jest
Medium
Type-safe es2015 module import path aliasing with Webpack, Typescript and Jest
How to remove long import paths and encapsulate packages in reusable modules folder and make everything work with webpack, jest and typescript