Trpc server actions

Are there any plans to bump server actions out from experimental? I like trpc a lot. But server actions being 'experimental' is a little worrying. Been looking at libraries like zsa and next-safe-action. Would like to stay with trpc.
6 Replies
Alex / KATT 🐱
do you have a separate server for trpc or do you use the actions as outlined in the blog post?
shikishikichangchang
as outlined in the post Why do you ask?
Alex / KATT 🐱
there's several ways of doing it
shikishikichangchang
I'm using it like this: https://trpc.io/blog/trpc-actions
Using Server Actions with tRPC | tRPC
The builder-pattern for creating procedures which was introduced in tRPC v10 has been massively appreciated by the community, and many libraries have adopted similar patterns.
shikishikichangchang
Alex, are there any plans to bump server actions out from experimental?
Alex / KATT 🐱
not decided when it'll happen