docs: fix some more spelling issues (#167)

This commit is contained in:
Stefan Rotsch
2023-02-22 19:40:39 +01:00
committed by Bastian
parent dd2e4e71c0
commit 94f368249e
10 changed files with 65 additions and 38 deletions

View File

@@ -1,14 +1,18 @@
---
title: "Stitches"
ring: trial
quadrant: languages-and-frameworks
tags: [coding, frontend]
title: "Stitches"
ring: trial
quadrant: languages-and-frameworks
tags: [coding, frontend]
---
Stitches is a lightweight & performant CSS-in-JS styling library with a focus on component architecture and developer experience.
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.
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 built-in theme support, server-side rendering & much more.
Stitches has a fully typed API to provide an awesome developer experience. It comes with built-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.
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.