kwargs
kwargs
TTCTheo's Typesafe Cult
Created by kwargs on 6/14/2024 in #questions
Search for Applications using Tailwind
Looking for some enterprise applications using Tailwind, preferably open source.
4 replies
TTCTheo's Typesafe Cult
Created by kwargs on 4/12/2024 in #questions
Tailwind CSS dynamically add classes
Are there docs or some guidelines on how the tailwind unused css class purging works exactly and how to avoid the pittfals that might result? Especially in regards to dynamically added or constructed class names.
5 replies
TTCTheo's Typesafe Cult
Created by kwargs on 4/5/2024 in #questions
Response Parsing/Validation Library
Does someone have a recommendation for a Response Parsing/Validation library that parses the Server response I get in my client to make sure it conforms to what I expected? I know I can build something like that myself using zod, but I'd like to know if there is an existing library for that. I know zodios can be used client side only, but I am looking for alternatives without a server part.
12 replies
TTCTheo's Typesafe Cult
Created by kwargs on 3/19/2024 in #questions
React Frameworks with SSG
I have an app that has a quite big static shell but dynamic content inside. Is nextjs currently the only viable option for SSG for React? I know Remix has a SPA Mode but with the limitation that only the root is pre rendered, which serms to make it a non viable solution.
7 replies
TTCTheo's Typesafe Cult
Created by kwargs on 1/17/2023 in #questions
Recommendation for Tiny CSS Library
Can someone recommended a tiny CSS library to add simple styling to a demo app? Something along the lines of https://picocss.com/
4 replies
TTCTheo's Typesafe Cult
Created by kwargs on 11/16/2022 in #questions
CMS with a editor which business experts understand
I am looking for some recommendations regarding CMS to include into a next based website to empower the client to do some edits to the content itself. There seem so be a lot of competing products in this space, of which meany a re pretty similar.
15 replies
TTCTheo's Typesafe Cult
Created by kwargs on 9/30/2022 in #questions
Tool to find unused functions
Is there a tool to find unused function in a node codebase?
5 replies