Coop
Coop
Explore posts from servers
SSolidJS
Created by Coop on 5/26/2024 in #support
Vercel deployment broken
11 replies
SSolidJS
Created by Coop on 5/26/2024 in #support
Vercel deployment broken
This wasn't anywhere in the docs https://docs.solidjs.com/solid-start/
11 replies
SSolidJS
Created by Coop on 5/26/2024 in #support
Vercel deployment broken
Thank you
11 replies
SSolidJS
Created by Coop on 5/26/2024 in #support
Vercel deployment broken
Bruh
11 replies
SSolidJS
Created by Coop on 5/25/2024 in #support
Layout Help
nice thanks
5 replies
SSolidJS
Created by Coop on 5/25/2024 in #support
Layout Help
(Navbar).tsx would be the layout of (navbar)?
5 replies
TtRPC
Created by Coop on 9/15/2023 in #❓-help
Forced router input?
Yea I saw that
const userIdProcedure = publicProcedure.input(
z.object({
id: z.string(),
})
)
const userIdProcedure = publicProcedure.input(
z.object({
id: z.string(),
})
)
Trpc is actually blowing my mind. This library is as cool as zod
5 replies