개발 및 관리/Javascript
Angular 와 React 의 차이점
HighLighter
2022. 4. 14. 22:57
반응형
Angular | ReactJS | |
Ideal For | Creative highly active and interactive web application | Large web applications with frequenlty variable data |
DOM | Real | Virtual |
Dynamic UI Building |
UI binding at plain object or property level | Direct linking of states to the UI |
Data Binding | Two-way | One-way |
Learning Curve | Steep | Moderate |
Opinionation | Considerably less opinionated | Flexible Opinionation |
Why should you choose? | Typescript Huge commnunity support Your app really large? Clean HTML? Object-oriented-programming(OOP) |
Flexibility Big Ecosystems If you love javascripts Small team Good at choosing among the best options(Packages) |
반응형