tRPC-SvelteKit is a tRPC implementation for Sveltekit apps. As of now, Sveltekit doesn't have an "official" way to write end-to-end typesafe APIs in the same "it-just-works" manner everything else type-related in Sveltekit does. While this still wouldn't be an official solution, I think having it as an option in sv would improve DX since Sveltekit has no such feature.
tRPC-SvelteKit is a tRPC implementation for Sveltekit apps. As of now, Sveltekit doesn't have an "official" way to write end-to-end typesafe APIs in the same "it-just-works" manner everything else type-related in Sveltekit does. While this still wouldn't be an official solution, I think having it as an option in
sv
would improve DX since Sveltekit has no such feature.