chip
Explore posts from serversTTCTheo's Typesafe Cult
β’Created by Aguilar on 9/30/2024 in #questions
Introducing new library to the deps
Just make it look good for business π
38 replies
TTCTheo's Typesafe Cult
β’Created by Aguilar on 9/30/2024 in #questions
Introducing new library to the deps
@Aguilar there needs to be an incentive for the stakeholders e.g the CEO to invest time in an upgrade. All you need to do is see if it brings any value, whether it be DX, building new features in the future etc etc.
Just spin it in a way that goes like "Hey, if we do this now, we will build new features x times faster"
Just spin it in a way that goes like "Hey, if we do this now, we will build new features x times faster"
38 replies
TTCTheo's Typesafe Cult
β’Created by sogzyy on 8/31/2024 in #questions
Convert to webp before upload
Doesn't have to be any of those though, just what env π
12 replies
TTCTheo's Typesafe Cult
β’Created by sogzyy on 8/31/2024 in #questions
Convert to webp before upload
What environment is this @sogzyy? Node or web?
12 replies
TTCTheo's Typesafe Cult
β’Created by hezz on 7/23/2024 in #questions
React Native Search bar options
You can design your own by just using good old StyleSheeet, there's stuff like 'nativewind' if you like tailwindcss. I'd focus on building your app instead worrying too much about the searchbar though π
3 replies
TTCTheo's Typesafe Cult
β’Created by hgs on 5/21/2024 in #questions
full stack ideas to ask
do you have any experience with frontend or backend, let alone databases and if so, how much @dot
23 replies
TTCTheo's Typesafe Cult
β’Created by hgs on 5/21/2024 in #questions
full stack ideas to ask
Im talking to kewin there xd
23 replies
TTCTheo's Typesafe Cult
β’Created by hgs on 5/21/2024 in #questions
full stack ideas to ask
bro is already over-engineering π¦
23 replies
TTCTheo's Typesafe Cult
β’Created by hgs on 5/21/2024 in #questions
full stack ideas to ask
MERN is a totally valid stack to start with. Donβt care so much about the stack when you first do full stack. Think about the fundamentals and get to know backend/front end concepts. Donβt jump into next without knowing the underlying principles and having some sort of fundamental understanding
23 replies
TTCTheo's Typesafe Cult
β’Created by hgs on 5/21/2024 in #questions
full stack ideas to ask
Take something you like. Maybe it is a hobby of yours or a sport...maybe even a game you like to play and build a fullstack application around it.
23 replies
TTCTheo's Typesafe Cult
β’Created by Trekiros on 4/30/2024 in #questions
Looking for a way of doing TypeScript validation of static files
You could use a JSON schema
4 replies
TTCTheo's Typesafe Cult
β’Created by bythewayitsjosh on 4/22/2024 in #questions
Choosing a React stack
There is no right answer
42 replies
TTCTheo's Typesafe Cult
β’Created by bythewayitsjosh on 4/22/2024 in #questions
Choosing a React stack
Yeah, basically
42 replies
TTCTheo's Typesafe Cult
β’Created by bythewayitsjosh on 4/22/2024 in #questions
Choosing a React stack
For example - if you're building an ecommerce application, nextjs would be a good candidate where you can really benefit from ssg/ssr + easy SEO and where most of the shit can be solved with forms/form data. Kinda boils down to how much you want to use node for everything as well in that case though.
42 replies
TTCTheo's Typesafe Cult
β’Created by bythewayitsjosh on 4/22/2024 in #questions
Choosing a React stack
Note: This is nextjs specific
42 replies
TTCTheo's Typesafe Cult
β’Created by bythewayitsjosh on 4/22/2024 in #questions
Choosing a React stack
Speaking for myself here - when switching from mainly rsc to just trpc/client-side rendering, the development has been easier, faster to write and the performance diff is unnoticeable in production - and the best part is that the user has no clue nor give a fuck what you use
42 replies
TTCTheo's Typesafe Cult
β’Created by bythewayitsjosh on 4/22/2024 in #questions
Choosing a React stack
I see! Well, RSC adds a lot of complexity as well for applications that realistically could be a CSR/SPA app and written faster. I've experienced that first hand and for my current project building a dashboard, I regret not just going with a CSR app - as we're moving anything with complex logic to trpc
42 replies
TTCTheo's Typesafe Cult
β’Created by bythewayitsjosh on 4/22/2024 in #questions
Choosing a React stack
I have no idea what you're trying to build, so I'm not going to say one or the other π
42 replies
TTCTheo's Typesafe Cult
β’Created by bythewayitsjosh on 4/22/2024 in #questions
Choosing a React stack
The best thing you can do is to read up on each of the stacks you want and make up the decision yourself.
42 replies