Blog

Analysis of CSS in JavaScript Applications Featured on CSS-Tricks

Article Screenshot The Many Ways to Include CSS in JavaScript Applications

There are several ways to handle CSS architecture within JavaScript applications. While considered a controversial topic among front-end developers, it’s important to remember that each method, whether in a React, Vue, or Angular application, has its own merits and inefficiencies. In a recent article for CSS-Tricks (one of the leading digital publications covering web technologies), I explore CSS architecture and the many ways to include CSS in JavaScript Applications—from using an external stylesheet, to creating CSS Modules, or writing CSS-in-JS.