From 5c66dcb6e4fa1abc9be0cea6099cb061e5b7d41b Mon Sep 17 00:00:00 2001 From: bmsuseluda Date: Thu, 24 Jun 2021 09:18:08 +0200 Subject: [PATCH] Update css-in-js.md --- radar/2021-01-01/css-in-js.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radar/2021-01-01/css-in-js.md b/radar/2021-01-01/css-in-js.md index 1626d65..aaf29e5 100644 --- a/radar/2021-01-01/css-in-js.md +++ b/radar/2021-01-01/css-in-js.md @@ -41,6 +41,6 @@ Disadvantages of CSS-in-JS - Slightly different syntax than traditional CSS (object syntax vs template literals) - 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. +In the meantime CSS-in-JS has evolved even more. There 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.