When developing, there are several benefits to using SVG sprites, but maintaining sprites can quickly become difficult and time-consuming. With Webpack and svg-sprite-loader your sprite will be automatically generated when you bundle your code.
What is an SVG sprite?
A sprite is a collection of something, ex. images, put into…
Vue UI makes it effortless to set up a Vue frontend project with webpack. It should take no longer than 5 minutes to set up a frontend build system with your preferred settings. Let's go through the necessary steps in order to set up a new Vue project…
HTTP/2 is upon us. Lazy-loading resources doesn't have the same performance
disadvantages as in HTTP/1. This allows us to prefer loading many files on
demand rather than loading a big blob of JavaScript on the initial load. Let's
look at a pattern that simplifies…