jeffcarp / frontend-hyperpolyglot

The same operations in React, Angular 1&2, Ember, Polymer, Vue, and Riot
http://jeffcarp.github.io/frontend-hyperpolyglot
MIT License
269 stars 22 forks source link

Ember Prop types #15

Closed trek closed 8 years ago

trek commented 8 years ago

Not sure if you want to compare just what is include out of the box, or what is available through extension, but Ember does have PropTypes that look and work identically to React's, you just need to enable them with:

ember install ember-prop-types

jeffcarp commented 8 years ago

This is awesome, thank you @trek. I was on the edge about it but I think it's worth including with the remark you added.