API REFERENCE

Render App

renderApp() is a function that renders the application on the client side.

Usage

main.js
jsimport { renderApp } from 'rasengan/client'; import App from "./main"; renderApp(App, { reactStrictMode: true });

Options

OptionTypeDescriptionDefault
AppReact.FunctionComponent<AppProps>The root component of the application-
reactStrictModebooleanEnable React Strict Modetrue
defineRoutesGroup
[name].layout.tsx

Subscribe to the Newsletter

Stay informed to the news about rasengan.js including new releases, events, etc...

© 2025 Rasengan Labs, All rights reserved.