React SWR Integration docs
import useSWR from 'swr'
const { data, error, isLoading } = useSWR(
orpc.planet.find.key({ input: { id: 123 } }),
orpc.planet.find.fetcher(),
)
🚀 Features
🐞 Bug Fixes
- client: Prevent unintended procedure calls when awaiting client - by @unnoq in #887 (54654)
- server: Apply error validation to event iterator - by @unnoq in #893 (03fed)