Front end “micro services” with Angular 2

后端 未结 2 2022
太阳男子
太阳男子 2021-02-05 20:58

I\'m looking for a solution for a bit of an odd situation. Let\'s take a quick look at the angular2-seed project so I can better explain: https://github.com/mgechev/angular2-see

2条回答
  •  北海茫月
    2021-02-05 21:13

    A javascript meta-framework could work for you. Here this interesting project It takes inspiration from React component lifecycles by applying lifecycles to entire applications.

    Some features:

    • Use multiple frameworks on the same page without refreshing the page (React, AngularJS, Angular, Ember, or whatever you're using)
    • Write code using a new framework, without rewriting your existing app
    • Lazy load code for improved initial load time.

    I hope it helps you to go in the right direction.

提交回复
热议问题