CSS-in-TS libraries such as Stitches(opens in a new tab) and Vanilla Extract(opens in a new tab) are fantastic options for building type-safe UI components; taking away all the worries of class names and StyleSheet composition.
#types#styling
TypeScript-first schema validation with static type inference
#validation#types