github unnoq/orpc v1.8.2

latest releases: v1.8.6, v1.8.5, v1.8.4...
16 days ago

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)
    View changes on GitHub

Don't miss a new orpc release

NewReleases is sending notifications on new releases.