书栈网 · BookStack 本次搜索耗时 0.024 秒,为您找到 304 个相关结果.
  • Resource Concepts

    326 2020-09-06 《Dojo v7.0 Tutorial》
    Resource Concepts Templates Store Middleware Resource Concepts Dojo resources is designed to provide a cohesive and consistent mechanism for working with data within a Dojo ...
  • Creating bundles

    363 2020-09-06 《Dojo v6.0 Tutorial》
    Creating bundles Automatic bundling using routes Manually specifying bundles Bundling considerations Creating bundles A bundle is a portion of code that represents a slice o...
  • 创建包

    创建包 使用路由自动分包 手动分包 分包注意事项 创建包 一个包就是一部分代码,它用于表示一部分功能。可以按需异步、并行加载包。与不使用任何代码拆分技术的应用程序相比,合理分包的应用程序可以显著提高响应速度,需要请求的字节数更少,加载的时间更短。在处理大型应用程序时,这一点尤其重要,因为这类应用程序的大部分表现层逻辑在初始化时是不需要加载的。 ...
  • Introduction

    介绍 基本用法 创建中间件 组合中间件 部件内使用中间件 介绍 Dojo 的中间件 系统能以响应式的方式管理异步或命令式 API,以及影响基于函数的组合部件或其他中间件的行为与属性 API。 框架已提供了几个核心中间件和可选中间件,应用程序开发人员也可以轻松编写自己的中间件。 功能 描述 响应式 DOM 访问 借助中间件,基于函数的部件...
  • Introduction

    693 2020-09-06 《Dojo v7.0 Tutorial》
    Introduction Manage complex applications Create efficient applications Create global applications Create adaptable applications Speed up development Introduction Dojo prov...
  • Resource Middleware

    324 2020-09-06 《Dojo v7.0 Tutorial》
    Resource Middleware resource middleware API createOptions() getOrRead() meta() find() isLoading() isFailed() Resource Middleware The resource middleware is requi...
  • 核心渲染中间件

    核心渲染中间件 invalidator node diffProperty destroy getRegistry defer 核心渲染中间件 @dojo/framework/core/vdom 模块中包含基础中间件,大多数 Dojo 应用程序都会用到。这些主要用于构建其他自定义中间件(框架提供的附加中间件 就是由他们构成的...
  • 共享的状态管理模式

    共享的状态管理模式 初始状态 Undo 乐观更新 同步更新 并发 command 可替换的状态实现 MutableState API ImmutableState 本地存储 共享的状态管理模式 初始状态 首次创建 store 时,它为空。然后,可以使用一个 process 为 store 填充初始的应用程序状态。 mai...
  • Outlets

    396 2020-09-06 《Dojo v7.0 Tutorial》
    Outlets Outlets An outlet represents a visual location of an application that renderers different content depending on which route has been matched. Using outlets reduces boile...
  • Using Themes

    386 2020-09-06 《Dojo v7.0 Tutorial》
    Using Themes Switching Variants Switching Themes Using Themes Themes can be used with custom elements by including the theme’s JavaScript and CSS files. <!DOCTYPE html> <h...