系统运行时:运行系统JavaScript库 源码
系统运行时间 什么是系统运行时? 在编写代码时,您没有创建应用程序,实际上是在创建 。 系统运行时为您提供了用于创建系统的模型,组件和行为的API。 什么是系统? 一个系统: 由模型定义 由组件组成, 对事件做出React,我们称之为行为。 系统运行时如何工作? 创建一个系统 使用系统运行时API创建系统: // create a system const system = runtime . system ( 'system' ) ; // add some business logic in the start method system . on ( 'star