Recipes¶
Task-oriented guides for common ReScript development workflows. Each recipe walks you through a specific use case step by step.
Scaffold a new React component using file templates and live templates.
Native
Detect and remove unused exports, values, and types.
Native Configuration Required
Configure the plugin to work with monorepo project structures.
LSP Required
Debug compiled JavaScript output using the built-in debugger.
Native
Convert TypeScript/JavaScript code to ReScript and generate bindings.
Native
Clean up duplicate and unused open statements.
Native
Extend the Hono REST template with a new route, validation, and storage.
Template
Expand the SDL and wire resolvers for the Hono + GraphQL template.
Template
Change the schema, run migrations, and point at Turso for production.
Template
Enrich the Scalar UI documentation shipped with the Hono REST template.
Template