Typed Subatomic Styling: Part 1 — Benefits of TypeScript and CSS

1 · Patrick Smith · March 16, 2019, 12:09 p.m.
The benefits of components have been realized with systems such as React and VueJS. Styling these components has a number of approaches, from CSS classes written in SCSS, inline styles, and dynamically generated stylesheets via something like emotion. Each styling approach has trade-offs in regards to reusability, performance, and developer experience. Also, special considerations often […]...