1 个仓库
The ability to disable automatic updates for a template expression, rendering only the initial value.
Distinct from Template Data Binding: Focuses on opting-out of reactivity for a specific binding, whereas the parent is the general binding mechanism.
Explore 1 awesome GitHub repository matching web development · Static Data Bindings. Refine with filters or upvote what's useful.
Derby 是一个同构 MVC 框架和实时数据同步引擎,专为构建协作应用程序而设计。它作为一个双向数据绑定库和模板引擎,在 Node.js 和浏览器之间共享同一代码库,以同步客户端和服务器之间的状态。 该框架的特色在于使用操作转换(operational transformation)自动解决数据冲突,从而实现实时共享编辑和多用户协作。它采用差异化状态突变模型,通过执行深度相等性检查来最小化更新,确保仅传播已更改的值。 该平台涵盖了广泛的功能,包括响应式状态管理、同构路由和模块化 UI 组件开发。它提供了用于管理嵌套数据路径、执行同构渲染以实现快速初始加载,以及与服务器中间件集成的工具。 该系统使用 TypeScript 实现。
Prevents template expressions from updating automatically by rendering only the initial value of the data.