feimosi / frameworks-code-comparison

:vs: :fire: Code comparison of modern web frameworks, based on React, Angular and Vue.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add 'Lists' section

feimosi opened this issue · comments

At least a simple example of using lists:

  • AngularJS:
    ng-repeat, trackby

  • Angular:
    *ngFor

  • React:
    key

Preferably also with links to docs.