search

Home  >  Q&A  >  body text

angular.js - Is it possible that development technologies like Angular will be built into browsers in the future?

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?

高洛峰高洛峰2775 days ago685

reply all(3)I'll reply

  • phpcn_u1582

    phpcn_u15822017-05-15 16:51:13

    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),

    reply
    0
  • PHP中文网

    PHP中文网2017-05-15 16:51:13

    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.

    reply
    0
  • 巴扎黑

    巴扎黑2017-05-15 16:51:13

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

    reply
    0
  • Cancelreply