DEV Community

Discussion on: First Impressions: learning Angular after React/Redux

Collapse
 
jefftopia profile image
Jeff

Angular Input properties also exist on on the class, are also bound to templates, and may also be passed to child components.

The difference between React and Angular here are minor. Angular gives you more flexibility, but that can lead to bad anti-patterns.

Thread Thread
 
jenc profile image
Jen Chan

Thanks for adding your thoughts to subsequent concerns! Can you tell me more about what you think are anti-patterns?