Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

@fastify/react v0.1.1

Latest
Compare
Choose a tag to compare
@galvez galvez released this 19 Dec 13:03
· 3 commits to main since this release
6fab09a

This is the first beta release for Fastify DX for React, now featuring support for Fastify v4 and Vite v3.

If you've been using the alpha version, update your imports as follows:

- import FastifyVite from 'fastify-vite'
+ import FastifyVite from '@fastify/vite'
- import FastifyDXReact from 'fastify-dx-react'
+ import FastifyReact from '@fastify/react'

See the starter template and full documentation.