Which one is better? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Which one is better?

angular vs react vs vue ,

4th Sep 2018, 6:20 AM
cherif
2 Answers
+ 2
They are different tools optimized for different purposes, just like saws, hammers, wrenches, and screwdrivers. It really depends on what you need to do. On a different note... There are already similar (if not identical) questions posted. You can find the answers using the search bar. Please help keep the quality of posts high in this section of the forum by reviewing the following: https://www.sololearn.com/Blog/38/8-simple-rules-to-get-help-from-the-community/ Be sure not to miss the link to the Community Guidelines toward the bottom of the article. Happy coding! P.S. Please see the following post for a humorous interpretation (but still an earnest plea). https://www.sololearn.com/post/10362/?ref=app
4th Sep 2018, 6:53 AM
Janningā­
Janningā­ - avatar
+ 2
Angular was mainly built for the purpose of building Web Apps. It has the most capable CLI among these three and it also has a large community. Althought is coding syntax might seem robust and complex to get used to. React was built for the purpose of making Great UIs and its mosly about components. Its easy to learn and has a large community. It is easy to use with third-party libraries. Vue is an open-source framework which also works on the main goal of making great UIs.Vue provides more in the box than React and it has a more better CLI than React. Its easy to learn and use. It does not have a large community like React but is definitely growing. You Choose the one that suits you. If you learn one of them, Learning another will be much easier to learn. They all have the same shared concepts: States Data Flow Data Binding Components APIs and Others. If you learn one learning another will become much easier. But starting with Vue is a great option as it has a very good documentation.
4th Sep 2018, 7:13 AM
Femi
Femi - avatar