Peter
Peter
TTCTheo's Typesafe Cult
Created by Peter on 9/13/2024 in #questions
PlanetScale vs. AWS
Creating a full mobile + web app with projected 60k mau's? Ease of integration with stuff like react native and next is definitely a factor but nothing big. just looking for price - performance opinions
8 replies
TTCTheo's Typesafe Cult
Created by Peter on 8/2/2024 in #questions
How to structure layout.tsx with multiple providers/components you want to render
hello, currently i have a t3 app with trpc and I have multiple layouts clerk, chakra, and trpc. in my main root layout.tsx i also want to render a sidebar. I have tried multiple ways creating a help client-layout.tsx. the issue im getting is a "[cause]: SyntaxError: Unexpected token '<', "<!doctype "... is not valid JSON" in vercel logs im assuming because of how the layouts i have work. also this error only started showing up once i split up the two layouts when i went to integrate my sidebar.
2 replies