Update css-in-js.md

This commit is contained in:
bmsuseluda
2021-06-24 09:18:08 +02:00
committed by GitHub
parent 24eded9025
commit 5c66dcb6e4

View File

@@ -41,6 +41,6 @@ Disadvantages of CSS-in-JS
- Slightly different syntax than traditional CSS (object syntax vs template literals) - Slightly different syntax than traditional CSS (object syntax vs template literals)
- Can add an extra layer of complexity - 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. 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.