angular.js - Is it possible that development technologies like Angular will be built into browsers in the future?
高洛峰
高洛峰 2017-05-15 16:49:13
0
3
700

AngularJS may be a little weaker. If there is a simpler and faster browser-side development framework, is it possible to build it into the browser, such as an avant-garde browser like 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