1 个仓库
Server-side rendering that delivers full HTML to the browser without requiring any client-side JavaScript by default.
Distinct from Server-Side Renderings: Distinct from general SSR, as it specifically targets the total elimination of client-side runtime overhead for the initial page load.
Explore 1 awesome GitHub repository matching web development · Zero-JS Server Rendering. Refine with filters or upvote what's useful.
Fresh 是一个为 Deno 运行时设计的服务器端 Web 框架,旨在构建具有原生 TypeScript 支持的网站。它作为一个零 JavaScript 的服务器端渲染器,默认仅向浏览器发送 HTML,以消除客户端运行时开销。 该框架实现了岛屿架构(Islands Architecture),该架构交付静态 HTML 并仅为特定的交互式组件选择性地激活 JavaScript。它利用基于文件系统的路由器,自动将目录结构和文件名映射到 URL 模式,而无需中央配置文件。 该平台涵盖服务器端渲染、增量页面更新和带有内容哈希的生产资产打包。它提供了一个项目引导脚本来初始化开发环境。
Renders full HTML on the server to eliminate client-side runtime overhead by default.