@mcansh/remix-fastify@3.2.2
latest
mcansh/remix-fastifyFastify server request handler for Remix
Remix Fastify
Quick Start
These are the currently available templates that you can get jump started with:
- The basic example using
remix devnpx create-remix@latest --template https://github.com/mcansh/remix-fastify/tree/main/examples/basic - Using the Remix Vite plugin
npx create-remix@latest --template https://github.com/mcansh/remix-fastify/tree/main/examples/vite
Manual Installation
npm i @mcansh/remix-fastify fastify @fastify/early-hints @fastify/static yarn add @mcansh/remix-fastify fastify @fastify/early-hints @fastify/static pnpm i @mcansh/remix-fastify fastify @fastify/early-hints @fastify/static
Add Package
pnpm i jsr:@mcansh/remix-fastify
pnpm dlx jsr add @mcansh/remix-fastify
Import symbol
import * as remix_fastify from "@mcansh/remix-fastify";
Add Package
yarn add jsr:@mcansh/remix-fastify
yarn dlx jsr add @mcansh/remix-fastify
Import symbol
import * as remix_fastify from "@mcansh/remix-fastify";
Add Package
vlt install jsr:@mcansh/remix-fastify
Import symbol
import * as remix_fastify from "@mcansh/remix-fastify";
Add Package
npx jsr add @mcansh/remix-fastify
Import symbol
import * as remix_fastify from "@mcansh/remix-fastify";