bun add @nifrajs/web-preact preactimport { preactAdapter } from '@nifrajs/web-preact'; export function Page() { return <main><h1>Nifra with Preact</h1></main>;} export const renderer = preactAdapter;@nifrajs/web-preactPreact rendering adapter for Nifra with streaming SSR, hydration, and framework helpers.
Compatibility is possible but still being validated for production Preact use.