Type-safe forms with [email protected]
- Add fields to a route
- Validate input according to the schema
- Render accessible HTML for the entire form or by field
- Works for form data or search params
- Stream file uploads after parsing the rest of the form data without any client JS
Immortality is attained by having children, leaving the world in a better place than you found it, and pushing the human frontier. Not by drinking “longevity mix powder”.
domco v5 released!
Use your favorite JavaScript server framework with Vite.
- Support for css entry points, add a +style.css file and import the tags or hashed filename on the server
- Faster builds with plugin hook filters, thanks to the great video from @TheAlexLichter
- Tested and ready for @vite_js v8
https://t.co/0n0nqOHacL
@JLarky@ryanflorence@RyanCarniato Just for the reactivity or is there templating you can do too?
Just for reactivity you can use svelte stores at runtime, I guess that would be the comparison it could offer in this case.
[email protected] is released:
- Streaming Fetch based Multipart parser, handles huge files with minimal memory usage on any platform or framework, parts are just Requests!
- Built in cookie management
- Automatic HEAD request resolution
- Simplified Routes
- Still only 12KB
ovr v5 is released - https://t.co/l2vF0Nw9A6
The streaming framework is now 12% smaller (only 10kb). Better defaults for HTML partials for @htmx_org, faster streaming, and entirely standard JS APIs fixing compatibility issues.
Effortlessly stream HTML with AsyncGenerator JSX.
domco now supports @bunjavascript on @vercel, set the runtime to Bun in the Vercel adapter. Use Vite with your favorite server framework like Elysia, H3, or Hono with prebuilt templates.
`bun create domco --adapter=vercel --framework=elysia`
https://t.co/R32wiJtMlm