x/ultra@v1.0.1
Ultra is a web framework that leans hard into your browser's native features. Embrace the future of ES Modules, Import Maps, and Web Streams. All while supporting some of the non-standards that many normal people love for some reason (JSX and TypeScript).
It's driven by the following hot-takes:
Migration notes:
Previous v0.8.0 (and earlier) projects need to update the server import. We
removed the mod.ts
file for simplicity.
import ultra from "https://deno.land/x/ultra/server.ts";
We now have a Discord. Come say HI.
We aim to support Deno Deploy as a first class target for Ultra, but there are a few things to consider before deploying:
NOTE: These above issues are not a limitation when deploying to a service like Fly.io, and if you require either of the above, we recommend using Fly.io with a custom dockerfile.
Here some things we are interested in for the future of JS and/or Ultra:
Thank you for going on this journey with us.