philly-js-club / philly-js-club-website

The website for Philly JS. Powered by React, Remix, and TypeScript. πŸ””βœ¨
https://phillyjs.com
MIT License
9 stars 13 forks source link

πŸ›  Tooling: Evaluate and choose a styling system #84

Open JoshuaKGoldberg opened 6 months ago

JoshuaKGoldberg commented 6 months ago

Bug Report Checklist

Overview

Splitting out of #69 as a prerequisite: in order to support implementing a holistic design system, I'd like to use a styling system framework. I've used them in the past (see: Codecademy's Gamut) and, although they take some energy + time to ramp up on, they make it a lot easier to build an extensible + type-safe design system.

Right now there seem to be ~four~ five popular ones in the wild, all early-stage (πŸ™ƒ):

I'd like to make a draft PR for each of these, showing how it'd look with our current website. We can then evaluate as a team which one we like - if any.

Additional Info

No response