kwargs
kwargs
TTCTheo's Typesafe Cult
Created by kwargs on 4/12/2024 in #questions
Tailwind CSS dynamically add classes
That's exactly it! Thanks. Weird that it is so hidden although its quite important
5 replies
TTCTheo's Typesafe Cult
Created by kwargs on 4/5/2024 in #questions
Response Parsing/Validation Library
https://ts-rest.com/ might be what I am looking for actually. I'd like the lib to focus on the client part, but ts rest seems to at least offer a package without the server part
12 replies
TTCTheo's Typesafe Cult
Created by kwargs on 4/5/2024 in #questions
Response Parsing/Validation Library
Just using bare fetch with zod works but it's not a nice DX
12 replies
TTCTheo's Typesafe Cult
Created by kwargs on 4/5/2024 in #questions
Response Parsing/Validation Library
I already have zod in my bundle so that's not that big of deal. I am basically looking for a higher abstraction based on something like zod for the use case of parsing api calls
12 replies
TTCTheo's Typesafe Cult
Created by kwargs on 4/5/2024 in #questions
Response Parsing/Validation Library
I am using React though
12 replies
TTCTheo's Typesafe Cult
Created by kwargs on 4/5/2024 in #questions
Response Parsing/Validation Library
@Sturlen Should be framework-agnostic, and I said I want it only client side. The server is a plain REST API
12 replies
TTCTheo's Typesafe Cult
Created by kwargs on 3/19/2024 in #questions
React Frameworks with SSG
How can Vite be used to get ssg?
7 replies
TTCTheo's Typesafe Cult
Created by batata on 2/11/2023 in #questions
Deployment on AWS
Open Next is from the SST people
9 replies
TTCTheo's Typesafe Cult
Created by batata on 2/11/2023 in #questions
Deployment on AWS
You could take a look at https://open-next.js.org/
9 replies
TTCTheo's Typesafe Cult
Created by batata on 2/11/2023 in #questions
Deployment on AWS
Is ecs event possible with the free tier?
9 replies
TTCTheo's Typesafe Cult
Created by fotoflo on 2/5/2023 in #questions
Moving a repo inside a repo!
Mono = single
103 replies
TTCTheo's Typesafe Cult
Created by fotoflo on 2/5/2023 in #questions
Moving a repo inside a repo!
MONOrepo
103 replies
TTCTheo's Typesafe Cult
Created by exodus on 1/13/2023 in #questions
Typesafe backend stack
OP needs to provide an Rest api though
43 replies
TTCTheo's Typesafe Cult
Created by exodus on 1/13/2023 in #questions
Typesafe backend stack
Only thing is that it's still pretty with a smaller community then trpc. The author is already careful not to have big breaking changes though. Also, in case of problems ejecting from it shouldn't be too hard, probably easier then with trpc.
43 replies
TTCTheo's Typesafe Cult
Created by exodus on 1/13/2023 in #questions
Typesafe backend stack
@exodus I think http://www.zodios.org/ will fit your use case very good. It supports generating an openapi spec out of the box
43 replies
TTCTheo's Typesafe Cult
Created by paul on 12/25/2022 in #questions
Old codebase, outdated tool chain - how to limit the blast?
Yeah who doesn't but that's not a good enough reason if it does not cause a huge problem.
25 replies
TTCTheo's Typesafe Cult
Created by paul on 12/25/2022 in #questions
Old codebase, outdated tool chain - how to limit the blast?
For example migrating away from jest might not be the best idea. It's pretty stable at this point and it works.
25 replies
TTCTheo's Typesafe Cult
Created by paul on 12/25/2022 in #questions
Old codebase, outdated tool chain - how to limit the blast?
And I would not migrate from one library to another if there is no very big value to gain from doing so.
25 replies
TTCTheo's Typesafe Cult
Created by paul on 12/25/2022 in #questions
Old codebase, outdated tool chain - how to limit the blast?
Starting with low hanging fruits and seperating stuff to be able to later switch out some parts seems the way to go. I would refrain from a rewrite, it's probably not a fruitful endeavor for a complex application.
25 replies
TTCTheo's Typesafe Cult
Created by paul on 12/25/2022 in #questions
Old codebase, outdated tool chain - how to limit the blast?
I work on a similar project, with the difference being it's written in Javascript. There are some requirements to change the authentication and since it's all mangled up some parts need to be rewrited. My first step was to get the hang of the overall structure of the code, add todos for very messed up things and add type annotations with JSDoc.
25 replies