Add streaming SSR to a merjs page. Use when the user wants shell-first rendering, skeleton placeholders, or parallel data fetching that resolves inline.
justrach/merjs
SkillsMP has collected 6 skills from justrach/merjs. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 6
- GitHub stars
- 354
- GitHub forks
- 17
Skills in this repository
Showing 6 of 6 collected skills.
Full production build — codegen, compile, prerender, and prepare for deployment.
Build and start the merjs dev server with hot reload. Use when the user wants to run, start, or serve the project.
Scaffold a new merjs API route. Use when the user wants to create a new API endpoint.
Scaffold a new merjs page. Use when the user wants to create a new page, route, or view.
Work with the merjs Zig web framework. Use when creating pages, API routes, WASM modules, or modifying the merjs build system. Provides conventions for file-based routing, SSR, dynamic routes, type-safe APIs via dhi, sessions, and Cloudflare Workers…