Waffleophagus
Explore posts from serversTTCTheo's Typesafe Cult
•Created by xLeay on 4/21/2025 in #questions
Help with React Native dev
Choice paralysis is real, the best way to deal with it is to say "Screw it, I'll try X and see if it works" if it doesn't work, you learn why, and have more react knowledge.
16 replies
TTCTheo's Typesafe Cult
•Created by xLeay on 4/21/2025 in #questions
Help with React Native dev
To the "You'll get your stack wrong" I say that cause I've iterated on a key component of my react native solution like 5 times.
16 replies
TTCTheo's Typesafe Cult
•Created by xLeay on 4/21/2025 in #questions
Help with React Native dev
hopefully that will make the process of switching to on device easier
16 replies
TTCTheo's Typesafe Cult
•Created by xLeay on 4/21/2025 in #questions
Help with React Native dev
learn a bunch of react, but using a framework that is designed to do all 3
16 replies
TTCTheo's Typesafe Cult
•Created by xLeay on 4/21/2025 in #questions
Help with React Native dev
don't focus on native, as it is weird.
16 replies
TTCTheo's Typesafe Cult
•Created by xLeay on 4/21/2025 in #questions
Help with React Native dev
One thing you very much should do that would be a really good "middle ground" between the two solutions: Make an expo web project.
16 replies
TTCTheo's Typesafe Cult
•Created by xLeay on 4/21/2025 in #questions
Help with React Native dev
So I'm going to slightly disagree with @bikedspiritlakes, and ask some followup questions to explain why. First off, Bike is 100% correct if the goal in all this is just to learn. That is hands down the best course of action to become an expert in both react and react native. And honestly, if your app can get away with being a PWA (Progressive web app) you should probably just do that initially and then when you get whatever you're building to a good state, go full app with React Native.
THAT SAID, if your goal is "I want this thing to exist" and not "I also wanna learn react along the way" screw learning just basic react and go straight to react native. There are a few noticable differences, and some packages don't work on RN where as they do on web, and there are different dynamics that are important (Namely the idea that you have a local database in an app, but not on a website) Just dive in, and do it. DO NOT focus too much on "Stack" you'll get it wrong, but hey! That just means you can rewrite it as you learn.
I say the above because that's what I'm doing. I have been a dev for like, 13 years, but never touched webdev before this, and just went straight into react native. I say the above to say "I at a high level know what I'm doing, I have a ton of dev experience, which gives me a huge amount of experience to fall back on even if its not react experience" But I just decided I kinda needed my thing to be a mobile app to not suck, so went for it.
16 replies
TTCTheo's Typesafe Cult
•Created by Waffleophagus on 4/20/2025 in #questions
Hot swapping models due to demand? Good ideas on solutions?
Yep, this is what I need… I really should google before asking. But I think asking “Rubber ducky’d” me into the right question to ask
6 replies
TTCTheo's Typesafe Cult
•Created by Waffleophagus on 4/20/2025 in #questions
Hot swapping models due to demand? Good ideas on solutions?
Probably what I need.
6 replies
TTCTheo's Typesafe Cult
•Created by Waffleophagus on 4/20/2025 in #questions
Hot swapping models due to demand? Good ideas on solutions?
…literally the first page of the open router docs:
OpenRouter provides a unified API that gives you access to hundreds of AI models through a single endpoint, while automatically handling fallbacks and selecting the most cost-effective options.
6 replies
CCConvex Community
•Created by Jayzus on 9/27/2024 in #support-community
Legend-State plugin for local-first
And way easier
112 replies
CCConvex Community
•Created by Jayzus on 9/27/2024 in #support-community
Legend-State plugin for local-first
I am building a react native application and am currently using supabase, but the more I look into Convex the more I feel like it will just handle a lot of my frustration me. Thing is, it needs to allow users to use it offline, and I am attempting right now to use legend state with supabase to do this, but if this plugin happens it will make my ability to pivot to Convex, which seems like something I wanna do, possible
112 replies
TTCTheo's Typesafe Cult
•Created by shawn on 3/26/2025 in #questions
Auth in middleware
They did a thing that is noticeably different than the rest of the industry and called it a thing that means something different in other full stack solutions
27 replies
TTCTheo's Typesafe Cult
•Created by shawn on 3/26/2025 in #questions
Auth in middleware
The biggest takeaway (for me) is that Next’s middleware isn’t middleware as the industry understands it, it’s “front-ware”
27 replies