docs: add stitches, remix, playwright, update css-in-js, tailwind

This commit is contained in:
Achim Rolle
2022-04-26 14:03:23 +02:00
committed by resah
parent 3b7d0ba4a5
commit 2b01323a79
5 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
---
title: "Stitches"
ring: trial
quadrant: languages
---
Stitches is a lightweight & performant CSS-in-JS styling library with a focus on component architecture and developer experience.
Unlike most CSS-in-JS libraries, Stitches promises near-zero runtime costs. This is possible by avoiding unnecessary prop interpolations and defining variants upfront.
Stitches has a fully typed API to provide an awesome developer experience. It comes with build in theme support, server-side rendering & much more.
At AOE we use Stitches when we want to write performant and scalable CSS, but don't want to give up the flexibility and developer experience of React components.