3
sdpp
7y

I haven't been developing any web projects for 2-3 years (Since jQuery is the only well known js library). I put my focus on other platforms.

Now I am going to be back again, and there are some angular, vue, and react going on (despite of the other js framework/library #duh).

So, how do I choose between angular, vue, or react? I have no idea.

Comments
  • 0
    I subscribe to this. This is just dummy comment for the notifications.
  • 2
    Before you make your decision you should probably wait for other answers. I am not a pro in this field.
    Here is my opinion:

    Angular has a lot built into it and you will also need to learn Typescript for it. It has a rather steep learning curve.

    React on the other hand is pretty easy to learn (the basics at least). It also doesn't have a lot of other things built into it.

    Vue is kinda like Angular but more lightweight and easier to learn. It is also fairly new but the community is growing.

    I would suggest you to have a look at Vue.
  • 1
    To say "this one is better than the other one" is relative. In my perspective, React and Angular are more mature than Vue and are supported by tech giants (FB & Google). I didn't like the fact that, Google make a big change when they upgraded Angular from version 1 to 2 and they didn't give us a chance to migrate apps.

    Personally, I like React. React is more decoupled, you have the React and React DOM library and if you need extra components, like routing, state management, you add the extra libraries, so you are free to choose the library you want. In Angular is different, you already have the routing, state management and so on.

    As far as I know, Vue has features from both Angular and React.
  • 0
  • 0
    @just-basic-user so i'm
Add Comment