百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
U

ultra

> 前端框架
开源

Zero-Legacy Deno/React Suspense SSR 框架

3.0K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

Zero-Legacy Deno/React Suspense SSR 框架

* If you want to get very meta (not facebook), Ultra can be viewed as a tiny bridge to utilise native browser features whilst using popular front-end libraries.

Start your journey

Here's a basic Ultra project to set you on your way.

deno run -A -r https://deno.land/x/ultra/create.ts

✨ What's new

Ultra allows you to write web-apps which massively simplify your tool chain. You write ESM, we ship ESM. Where we are going, there is no "bundling" (it feels so 2018 just saying that word).

  • Less opinionated, BYO routing, styling, data fetching, and head libraries
  • Support for much of the React ecosystem by custom server/client controls**
  • Native import maps in browser
  • Localised import maps for production
  • API routing
  • Overhaul of internal source code
  • Updated Deno Deploy support

** Examples include (but not limited to) react-query twind stitches react-router wouter mdx @__@

Does Ultra 'ship JS'?

Yes, Ultra creates rich web applications which allow complex client-side routing, allow components to persist through route changes (media players, interactive elements, etc).

Our goal is to both write AND ship source code that works the same way on server/runtime and client. We view the browser as more than just a "target". Browser is life, and JavaScript is good.

Can I use TypeScript and/or JSX?

If you want.

What native browser features should we all be using more?

Unbundled ESM, service workers, universal import maps, cascading style sheets.

Ultra always has been (and always will be) powered by the following hot-takes:

  • ESM is non-negotiable in {currentYear}
  • SSR is non-negotiable in {currentYear}
  • Bundling is an anti-pattern in {currentYear}
  • Data can be requested anywhere, and is accessible on the server, always
  • Lazy routing with dynamic imports trumps FS routing
  • Less magic in tooling and frameworks is a good thing
  • Simplify your workflow and tech stack at all costs - life is too short
  • Streams are neat

‍‍‍ Community

We have the Discord. Come say 'sup.

Contributions

The Ultra community welcomes outside contributions. See the Contributor Guidelines for details.

Wishlist

Here some things we are interested in for the future of JS and/or Ultra:

  • React ESM exports
  • AbTs: Anything but TypeScript
  • Libraries supporting optimal JavaScript module design
  • React resources for streaming head management
  • React async/await support
  • Native import maps support in Safari and Firefox
  • Dynamic import support on Deno Deploy
  • Native CSS modules
  • More and better ESM CDNs

Thank you for going on this journey with us.

GitHub Issues· 0 开放

在 GitHub 查看全部

暂无开放 Issues,或尚未同步最近议题。

核心特点

  • •Less opinionated, BYO routing, styling, data fetching, and head libraries
  • •Support for much of the React ecosystem by custom server/client
  • •Native import maps in browser
  • •Localised import maps for production
  • •API routing
  • •Overhaul of internal source code
  • •Updated Deno Deploy support
  • •ESM is non-negotiable in {currentYear}
  • •SSR is non-negotiable in {currentYear}
  • •Bundling is an anti-pattern in {currentYear}

> 标签

TypeScript0-legacydenoesmno-bundle

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类前端框架
定价开源

> 相关工具

R
React
用于构建用户界面的 JavaScript 库
V
Vue.js
渐进式 JavaScript 框架
N
Next.js
基于 React 的全栈 Web 框架