matt
matt
Explore posts from servers
TTCTheo's Typesafe Cult
Created by matt on 5/9/2023 in #questions
TS saying I have no ID when I do?
it's frustrating typescript gave me the error on the id, when the error was the expires_at
8 replies
TTCTheo's Typesafe Cult
Created by matt on 5/9/2023 in #questions
TS saying I have no ID when I do?
appreciate you looking to debug 🙏
8 replies
TTCTheo's Typesafe Cult
Created by matt on 5/9/2023 in #questions
TS saying I have no ID when I do?
it was a very small silly error on my part, it should be expires_in instead of expires_at
8 replies
TTCTheo's Typesafe Cult
Created by jairrard on 3/20/2023 in #questions
Moving to NextJS
using app directory or pages is just personal preference. since the landing page probably won't have complex routing (i'm guessing) you could try out the app directory. pages will be more stable though. can you describe your app? are you fetching from your own backend api? the benefit of t3 is you'd be able to replace your backend service. I'm not sure if any of your application is public facing, but if so then you'd also have the benefit of SEO from next.
14 replies