ericgio / weekday-golf

A codified history of our bi-weekly-ish games.
1 stars 2 forks source link

Component Styling #36

Open ericgio opened 3 years ago

ericgio commented 3 years ago

There are several ways to style components; we currently use CSS modules, which have built-in support in NextJS. Documenting a few others in case we want to explore a different approach at some point.

I would say this is low-pri and mainly worth pursuing for personal interest.

ericgio commented 3 years ago

I have relatively limited experience with these frameworks, though I have used the version of JSS included with MaterialUI. I actually liked it quite a bit once I got used to it, and it's available as a standalone module.

makinde commented 3 years ago

I'm in the process of cleaning up the latest Table styles, FYI. Not strictly tied to this, but just a heads up.

Personally, I'm a fan of CSS modules and style components. Have used both. Just my 2c. But of course, any will do. I'm partial to the thing that's the built in default of our platform.