awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesTemplate Compilation Compression

Techniques for compressing compiled template structures into specialized formats to reduce network payload size.

Distinct from On-the-Fly Compilation: Neither on-the-fly compilation nor network-layer compression captures the specific transformation of templates to arrays for size reduction.

Explore 1 awesome GitHub repository matching web development · Template Compilation Compression. Refine with filters or upvote what's useful.

Awesome Template Compilation Compression GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • baidu/sanbaidu 的头像

    baidu/san

    4,739在 GitHub 上查看↗

    San 是一个同构 JavaScript 框架和单页应用工具包,用于使用可重用组件构建用户界面。它作为一个响应式 UI 库,通过数据绑定和声明式模板将应用状态与界面同步。 该框架的独特之处在于支持服务端 HTML 生成和客户端水合(hydration),以提高初始加载性能和搜索引擎优化。它采用专门的模板到数组编译过程来压缩模板结构并降低网络成本。 该项目提供全面的状态管理功能,包括集中式单向全局状态、计算属性和双向数据绑定。它涵盖了通过哈希和历史模式进行的路由、组件生命周期管理,以及具有插槽管理、条件可见性和动态列表渲染功能的模板系统。 开发通过用于项目引导的命令行界面以及用于组件状态调试和错误处理的工具提供支持。

    Compresses template structures into a specialized array format to reduce network costs and increase parsing speed.

    JavaScriptcomponentframeworkfrontend
    在 GitHub 上查看↗4,739
  1. Home
  2. Web Development
  3. Template Compilation Compression