DILJAM
TTCTheo's Typesafe Cult
•Created by DILJAM on 2/1/2023 in #questions
How well can I rely on Tailwinds ability to know what classes to include in the CSS?
So does it perform a simple search on each file to find the class names or is it a more intricate process that involves analyzing the AST? For example, if I write a complete class name in a comment or in an unused variable, will it still include that class name or will it know that it doesn't have to include that class name?
7 replies
TTCTheo's Typesafe Cult
•Created by DILJAM on 2/1/2023 in #questions
How well can I rely on Tailwinds ability to know what classes to include in the CSS?
Okay. Thanks!
7 replies
TTCTheo's Typesafe Cult
•Created by DILJAM on 9/30/2022 in #questions
Many-to-many relationship in SQL as table or JSONB array?
So I was considering object columns mainly for the convenience of in the client being able to fetch games (
select * from games
through PostgREST) and receiving objects where players
is an array of player ids. Now if I want to get objects shaped like that in the client, I’d have to built an endpoint which makes many underlying queries.9 replies
TTCTheo's Typesafe Cult
•Created by DILJAM on 9/30/2022 in #questions
Many-to-many relationship in SQL as table or JSONB array?
Yes I will! Do you have any resources (videos, articles) on the topic that you’d especially recommend?
9 replies