--- title: React, Vue and Angular tags: common --- | React |Vue | Angular| | -------- | -------- | -------- | | <> | <template> | <ng-container>| | js map (key) | v-for (:key) | *ngFor | | | v-if | *ngIf | | | v-for/v-if can't use together | *ngFor/*ngIf can't use together | | | <Component is:="" /> | *ngTemplateOutlet *ngComponentOutlet | | constructor | created | ngOnInit()| | componentDidMount | mounted | ngAfterViewInit()| | componentDidUpdate() | updated | ngAfterContentChecked() | | componentWillUnmount | unmounted | ngOnDestroy() | ## Lifecycle ### React  ### Vue 
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up