From 24eded9025fdd4845a8d59e0e2e5c2937191a96b Mon Sep 17 00:00:00 2001 From: Achim Rolle Date: Thu, 24 Jun 2021 08:29:34 +0200 Subject: [PATCH] update css-in-js --- radar/2021-01-01/css-in-js.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/radar/2021-01-01/css-in-js.md b/radar/2021-01-01/css-in-js.md index 9f82781..1626d65 100644 --- a/radar/2021-01-01/css-in-js.md +++ b/radar/2021-01-01/css-in-js.md @@ -42,3 +42,5 @@ Disadvantages of CSS-in-JS - Can add an extra layer of complexity In the meantime CSS-in-JS has evolved even more. The are some libraries which leverages nearly zero-runtime costs such as [Stitches](https://stitches.dev/) or [Vanilla Extract](https://vanilla-extract.style/) while still providing an excellent developer experience with TypeScript. + +We at AOE think that CSS-in-JS is the future of writing good, performant and maintainable CSS, therefore we already use different CSS-in-JS solutions throughout multiple applications.