- 授权方式:共享软件
- 界面语言:简体中文
- 文件大小: MB
- 更新时间:2014-11-22
- 资源类型:国产软件
- 平台环境:javascript
- 推荐等级: ★★★★☆
- 作者主页: 点击查看
详细介绍 - [ Global TronJS Scripts Loader v6.1.223 ]
前端模块化的需求日益剧增,模块之间的关系也变的非常复杂,所以我们提出了模块依赖关系处理机制。TronJS的诞生就是这种机制的产物。在TronJS中,我们采用了非常先进的技术来处理异步请求。在国际上,被称为回调杀手的Promise也被引入到该框架。或许你们会问,Promise对低端IE不兼容。是的。但是我已经将es6-promise模块加载进了框架,也就意味着,使用我的框架,将能在所有浏览器使用Promise,这是对开发者极大的支持。不仅如此,我们也对JS没有类方法的缺陷进行了补足。在TronJS中,我们存在new Class();的方法来为对象产生一个实体类。类可以进行扩展和继承,这个说明请在之后的详细介绍中查看。
优势:我们可以自由配置模块的依赖关系,并且在加载模块的同时,优先递归加载依赖模块。更可喜的是,在模块依赖关系中我们可以对单独一个队列的模块进行AMD或者CMD方式进行加载。保证模块加载顺序和速度。
劣势:使用TronJS加载模块,页面中可能会出现较多的请求链接,这会滞缓模块加载速度。但是,对于普通的项目,已经绰绰有余,基本不是问题。但是对于大型项目,我希望通过合并打包的方式加载模块。
同类推荐:站长常用源码
Tag: TronJS 模块 关系 非常 我们 处理 机制 Global Scripts
Disclaimer: The content of this article is sourced from the internet. The copyright of the text, images, and other materials belongs to the original author. The platform reprints the materials for the purpose of conveying more information. The content of the article is for reference and learning only, and should not be used for commercial purposes. If it infringes on your legitimate rights and interests, please contact us promptly and we will handle it as soon as possible! We respect copyright and are committed to protecting it. Thank you for sharing.