Update css-in-js.md
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user