API REFERENCE
Render App
renderApp() is a function that renders the application on the client side.
Usage
import { renderApp } from 'rasengan/client'; import App from "./main"; import AppRouter from '@/app/app.router'; renderApp(App, AppRouter, { reactStrictMode: true });
Options
defineStaticPaths
[name].layout.tsx
