Which one is best in angular and react

Which framework is best between react and angular js.
Please give suggestions.

I’m also very interested in the answer to this question, @Pramod_Yadav. But you might get a better discussion if you start it off with a bit more information.

Have you ever used either React or Angular? If so, what do you like/dislike about either of them? Are you planning on starting a project and would like to know which one would work the best?

I have been learning both lately and really would like to know if there are differences in where each one is best used. Although not AngularJS, but Angular 4 or 5.

Depending how you mean “a framework between X and Y”:
A framework “between” Angular and React would be VueJS: You have the freedom of javascript but you have a templating engine in place - other than JSX, which is embedded in React.

Hope this overview is not too subjective:

Angular: Very opinionated in what you can or should not do, forces you into using their classes for almost anything.
React: Complete freedom - a lot of DIY with many little libraries required to get it to run like you want to.
Vue: Balanced middlefield between React and Angular, offers very lightweight but powerful templating and API (not too much to learn). Built in animation support for very easy transitioning.

But as always: best is in the eye of the beholder. What works for me doesn’t have to work for you. If you are entirely new to javascript, you will not get any satisfaction from any of those frameworks. Otherwise, try them out and decide for yourself what suits you the best.

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.