FluX
FluX
TTCTheo's Typesafe Cult
Created by domi? on 3/13/2023 in #questions
Dev stack for almost completely static website
I'd probably use plain HTML and CSS. You can easily port that to a framework later if you do need reactivity
5 replies
TTCTheo's Typesafe Cult
Created by EQ on 2/25/2023 in #questions
Prisma model name preferences
I like to use createdAt and updatedAt. There is no right or wrong
2 replies
TTCTheo's Typesafe Cult
Created by WOLFLEADER on 2/18/2023 in #questions
Best CSS for this design
Inherit only works, if any parent has a background color. It'll grab the value from there
43 replies
TTCTheo's Typesafe Cult
Created by WOLFLEADER on 2/18/2023 in #questions
Best CSS for this design
I'd try to set the labels background to inherit.
43 replies
TTCTheo's Typesafe Cult
Created by JulieCezar on 2/13/2023 in #questions
Advanced search and filtering with Prisma?
This is obviously not very type safe as I'm no Typescript wizard, but this approach should be no issue if you enter all the params correctly
3 replies