In this article, we will learn how to lazy load our CSS files and how to extract them with a hash on production build to prevent browser cache. (more…)
Read more »
Deciding on a JavaScript framework for your web application can be overwhelming. Angular and React are very popular these days, and there… (more…)
Read more »
The article should help people to understand the benefits of React, but also the benefits of Angular, to make a decision between Angular or React - or even React or Angular 2...
Read more »
Most Angular applications are built using good old HTML and CSS. But it just so happens that HTML is only one of the four main rendering pipelines made available on the web platform, the three other ones being SVG, the 2D Canvas, and the 3D WebGL Canvas.
Read more »
Every developer knows not writing reusable code that can be made reusable is the evil that awaits to be risen sooner or later. (more…)
Read more »