angular.js - Angular这样的开发技术未来有没有可能内建在浏览器内?
高洛峰
高洛峰 2017-05-15 16:49:13
0
3
675

AngularJS的量级可能还弱一点,如果有更简单快捷的浏览器端开发框架,有没有可能内建在浏览器内,比如Chrome这种前卫的浏览器、

高洛峰
高洛峰

拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...

reply all(3)
phpcn_u1582

Angular is written in Javascript, and Javascript is the browser’s built-in scripting language processing engine, so what you said has actually been implemented. Why not built-in? Since not all applications use Angular (but almost all applications use Javascript), why burden the browser with this?

However, some components of Angular do reflect the future trend of the Web. For example, Directive is an implementation of Web Component, and Web Component will be integrated into the browser in the foreseeable future because it does not require additional work. , pure HTML/CSS/Javascript will do. So frameworks like Angular should become more lightweight in the future, until the basic capabilities provided by the browser itself are powerful and convenient enough, these frameworks can disappear (or more powerful versions and new frameworks are born),

洪涛

Angular or jQuery are frameworks and are unlikely to be built into the browser. Once built-in, version upgrades are problematic because browser upgrades are not that quick and easy.

巴扎黑

Unless one day Google monopolizes more than 90% of the browser market, noway

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template