0
Angular vs react
How to choose between angular and react
2 Answers
+ 1
Choose React when:
- You know HTML,CSS and Javascript.
- You need a highly customized specific app solution.
- You need an app with multiple events.
- You create shareable components in your app.
- You wish to spend time on pre development preparation.
Choose Angular when:
- You know Java, C# and previous versions of Angulr.
- You need a large-scale feature-rich application.
- You wish to regulate app size.
- App complexity lies from low to medium level.
- You embrace ready-to-use solutions and need higher productivity.
0
Choose angular js when you need to build and control both front end and backend
Choose react when you have to just build a front end web quickly