oRPC Server Action
Installation
SKILL.md
Server Action
React Server Actions let client components invoke async server functions. With oRPC, append .actionable to enable Server Action compatibility.
Server Side
'use server'
import { redirect } from 'next/navigation'
import { onError, onSuccess, os } from '@orpc/server'
import * as z from 'zod'