반응형
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) |
반응형
'개발 및 관리 > Javascript' 카테고리의 다른 글
자바스크립트 기본 문법 (0) | 2022.04.15 |
---|---|
자바스크립트 스타일 가이드 (0) | 2022.04.15 |
자바스크립트, 나머지 매개변수, 전개 구문(Rest parameters, Spread syntax) (0) | 2022.04.13 |
자바스크립트, 구조 분해 할당 (Destructuring assignment) (0) | 2022.04.12 |
자바스크립트 , 배열 메소드(Array methods) 2번째 (0) | 2022.04.12 |