JSPM

@flow-editor/dawn

0.1.8
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 1
    • Score
      100M100P100Q46545F

    Dawn核心数据流

    Package Exports

    • @flow-editor/dawn

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@flow-editor/dawn) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Dawn - 强大的建站数据流管理工具

    Dawn是一个强大的数据流模型,集成了页面上下文管理(Context), 数据模型管理(Model), 数据路径管理(Path), 并提供了数据绑定、数据获取、数据校验、钩子函数、插值表达式等丰富的实现功能, 非常适合在各种基于JSON格式的自动网页生成工具中使用。

    平台无关性

    Dawn只管控数据流,而不关注于具体的组件实现,因此你可以用React/Vue/ReactNative 甚至原生JS平实现Dawn的渲染流程。不过由于Dawn采用变更重绘的方式进行页面更新, 因此支持VDom的工具会有更好的性能。