To get started with react visit: courses.learncodeonline.in/learn/Complete-ReactJS-developer-Bootcamp To get started with Angular visit: courses.learncodeonline.in/learn/Complete-Angular-Developer-Bootcamp
hello Hitesh sir , i am a 4th yr engineering student , I am in great dilemma should I learn web development or should I focus on ML and data science . Which will be a better career option to chose ? Or is it very late for me?
Bought your Angular Bootcamp course for my brother who is willing to make a career change from his customer service associate in Amazon to SDE. He's from ECE background. I loved the content of the bootcamp and I am really thankful to you to put it out there on a really affordable price. LCO ROCKS ✓
@@akd070 Brother I think you should try minimum in both of that like spend 30 days in both make 3 Projects for your portfolio which you can explain in your Interview they don't need to be big or complex just pick some foundational stuff. And parallel to it make sure you start problem solving in C/C++/Java/Python and keep doing it until you crack SDE position.
As a Java developer I would say Angular is very simple to work. If you know any one of programming language you can easily learn Angular. Its very similar to Java mvc applications. It has dependency management like maven. Architecture like spring boot, strictly typed like java
I'm a professional developer and I hate those videos where they say "it depends", "you can use both" etc etc. and other safe and neutral terms. We come here to get other dev's opinion. You are brave enough to share yours and I appreciate that more than you know. This is a good video for everyone.
When you are a professional developer then you know he is right. It depends on what you want to achieve. How scalable your application should be and so on. If you want to know the personal rule I am following for years now when somebody asks for my opinion: if you are an OOP Expert and want to get away from JSF/ASP/PHP use angular for big applications. If you want to do functional programming and do a small Webpage use react.
Since 6 months I was doing analysis on following points 1. Number of jobs 2. Average salary offered 3. Jobs where Angular and React both are required 4. Niche companies In all above points react wins the battle. React has 20% more average salary than Angular. plus number of openings for react are way more than Angular (Angular openings are decreased in 2020)
the best AngularReact comparison I've ever seen. Unbiased, not trying to please everyone. Most comparisons are created by junior developers who never worked on big projects or used other frameworks/libraries than React so they are React fanboys and Angular haters. Most of them still think that Angular===Angular.js. Both Angular and React are super useful tools, and for different use cases. React is a simple, easy to learn and beginner friendly UI library while Angular is a big, "batteries-included" framework which has built in features for 99% of the cases that you'll need in the future when you work on a complex SPA
In my personal experience, I have started with angular, after that I started learning react. When started react, I felt confused because of react jsx syntax (html and js are in same file). Comparing with angular, I felt angular has a clean file structure. But the prior knowledge of angular and it's component based features helps me to understand the react core concepts easily. So my suggestion is try to understand the core concepts well on angular or react. Then Another one will be easy to learn.
Angular is so so powerful framework. Once you learn it You don't need anything else. I'm sure that anyone learn it can't leave it again. SUCH A POWERFUL TOOL
@@kirankamath5891 Nop But Angular is vast very vast...It will take some time to learn....You will have to focus on TYPESCRIPT ...TS is easy ...Dont worry
Honestly I jumped into angular without even considering react. I barely knew javascript. I spent the first day taking notes on various videos, the second day following a tutorial to make an angular app, and by the third day, I was routing and building my whole frontend app in typescript with angular in ionic. I spent all day every day, but still I thought Angular was really easy to learn.
I have worked professionally on 4 Front-end frameworks/libraries like AngularJS, Angular, VueJS and ReactJS. All of them take nearly same time to learn and expertise. However, I found learning Angular easier because everythings in Angular doc are together and organized. But for ReactJS, I needed to read multiple articles to do things properly. VueJS also has good documentation. My choice would be Angular > (VueJS or ReactJS) > AngularJS.
Your words about Typescript reminds me of my first week as an intern. My boss said the same thing, "Don't worry about typescript, you will pick it up within a week". And to my surprise, I actually did within half of the week.
From a software engineering perspective, Angular is a comprehensive, well-conceived, better-engineered system than React. React is rudimentary in comparison. A Ferrari and a Mustang will both get you to your destination, nevertheless, the Ferrari is an engineering marvel.
I like both Angular and React :) And yes, when I started with React I hated everything in this library :D But now it is ok. The one drawback in my opinion is that React doesn't have first-class support of Typescript, so sometimes I encounter issues with types, especially in 3rd party libraries.
Great video sir, Sir please can you make a video on a comparison of "React native and Flutter in 2020." If anybody wants this video in future hit the like button.
@@deeprajdey1364 I think you need another video for 2020,2021,2022,2023........ Dost🤗, don't waste your time to find out which one is better then another. And ya don't reply me. This is comment section not debate section😅
This was a good video, I'm a lead at American Airlines now days React has falling in popular in big enterprise organizations because most big companies prefer frameworks over libraries. Most startups use react because it's easy and fast and good for new devs. Only issue I had with using React is that it relies too much on 3rd party libraries in which big companies are against. React is really only good for monolithic app. I prefer Angular Vue for big apps
I started using React around 2017 and fell in love with it coming from a more traditional type jQuery based projects. Now I transferred to another company since I wanted to experience a different back-end stack but we are working with Angular 8 for the front-end. It was quite a learning curve at first specially learning RxJS (and observables in general). Decorators, Directives, Pipes and passing data back and forward between components gets easier after you tried implementing them a couple of times. And I would definitely agree with the advice on this video, go for React if you're starting out, its much easier to get started with (IMO). All the things you'll learn will be applied to any FE framework ie state management, separation of concerns, dumb components, smart components, services etc. And starting with React would get you better odds of landing your first Job since there are a lot more React job posts than Angular job posts from what I can see where I'm from.
Angular developer here. When they first released it I only had a brief moment of wondering what was the deal with going with Typescript, fell in love with it right away, I think the longer you have been using JavaScript in general the more appreciative you will be for Typescript. The second thing I have loved about it is the integration with RxJS which I LOVE LOVE, very sweet and slick reactive architecture can be done with it. Most important part if you are starting out, have fun !!! and stay curious; there's a million ways to do something in our world; it's a journey and the biggest marathon you will run.
Thanks Hitesh. Its always a struggle for developers to keep learning new stuffs and each having its own syntax. Look at the plethora of Databases we have. Look at the OS options we have. Look at the programming language.
I am working on Reactjs for almost 1 year and I am now learning React native. Before moving towards React Native, I want to learn Angular but as I started learning, My brain shuts down. A new concept and architecture really confused me alot. Then I decided it is better to master one then to jump in both and now I am working on React native.
As far as I am concerned and my view, when some one starting with something it’s easy to mess up things, conventions, design pattern etc etc. for one simple example I have seen new developer creating several axios client in each and every component they want to access api. Even how you organise your code directory structure. So start with something which enforces you to use the industry best practices from the day one of your coding a module or project. So star with angular, learn how to organise your code, why convention was chosen over so many configuration available. Your first project, it will teach you structure, type script hard way and you won’t forget these in your next project in react. For experienced developer it’s choice you have to make what coding style you like, those custom ng tags or jsx. Getting started with react is easy but getting started with react & how it should be coded is hard.
Totally agree with the video. I learned React one semester during college and did a project, then Angular in another semester and made a different project with that. Agree about the black coffee analogy with Angular. I actually like both technologies. They are different but both worth learning.
I'm currently working as a Senior Developer acting mostly in Front-End with Angular. I completely agree with what have been said by Hitesh. Every framework, library, tool, method, whatever will come with a trade-off. One of the most important thing in our careers is to understand what are these trade offs (at least part of them) in order to be more assertive in our work. And I think you did it very well in your video. Obviously, there is a lot of more deep aspects to look at. But as you said, your focus in this video was not the industry but those that are starting their careers. Congratulations!
It's not fair, if you learn angular & work for a couple of months, I bet you, you can't move to any other framework!!! The ecosystem that you get in angular, you can't even imagine in the react world! You will fall in love with it.
@@hrishikeshawari2669 agree. Material UI for React is way more reach rather the Angular ones and Angular Material gets new features not so fast as for me.
Funny that Google's Angular Material is outdated and Material UI is up to date with the Material Design standards.Tthey have been rewriting Angular Material for as long as I can remember.
@@hrishikeshawari2669 I mean, material UI libraries mostly are just some HTML bundles with some simple JS/TS and a bit of CSS, as a company that shouldn't really bother anyone
Im currently working a hybrid app using Ionic/Angular. It was overwhelming at first, but thanks to my little experience in web development, I was able to catch up and loving it. Kudos to the developers of angular framework!
I have worked professional in Angular, React and Vue and I would any day use Vue over Angular or react. I have used Typescript with Vue and its a breeze to use. And most of new Indian startups are using Vue more often now. If somebody makes argument about Vue not been backed by any big company, well, it has got an amazing community out there and still growing strong. All I wish is getting a powerful Angular like CLI in Vue, which if exist, I am not aware of.
I'm glad i took the time to watch this. I'm a full stack developer - software engineer and I've been using C# /ASP NET Core for the past few years. Getting kinda bored of using it though so i'm looking for a new approach to web and mobile apps for my projects. I think I'm going to go with React (at first) and see where that takes me. Thanks for sharing your thoughts and I'll keep up to date with your other videos!
Liked your video, m not a student, as you said Angular is Black Coffee is very true, but its a good framework even for a smaller portfolio project can be exported in production with BUILD. This one of the most unbiased comparison. :)
I've been writing Angular professionally for about 5 years now full time (the 1.x days were wild!). I love it, it's transformed my career in magical ways! I've done very small projects in React however I've done a lot in Vue, ko, _, Svelt, etc. In my opinion React/Vue/Svelt and Angular attract different mentalities. The size or difficulty isn't the metric I measure it, it's the personality of the dev and the task at hand. If your mandate is large scale software, Angular is a must in my opinion, just to keep the maintenance reliable. If your task is prototyping or a smaller scale project, react is SUPER fun! But so is Vue, Svelt, etc. But honestly no matter what you pick, if you're diligent, have a good eye, motivated by quality and have an idea of how to work in a team, all of them are great! PS: For students, destructuring is less important to know than 'call' and 'apply'. Syntax stuff like destructuring is great and take a look at it for cleanliness but the amount of flexibility and architectural horsepower you'll gain from call and apply should be screamed from the mountain tops. Call and apply separate the men from the boys.
Have worked on both the things One thing i dnt like as u said react is a library I still prefer angular as it gives u complete solution unlike react Anyways react is kind of easy than angular for small application i prefer react
i started with react it was great for learning concepts then my boss made me study angular it was painful learning it now i love angular the architecture is complicated and better than react and vue is better than both of them it is simple like react and architecture is great like angular
Angular is a little bit better for large projects for one specific reason, when going into putting together small pieces by yourself you introduce the probability of do not do it properly, Angular in the other side is a framework with a lot of this staff already there, tested and made by experts, is like to choose between Frankenstein and an Olympics games winner..
I am already enrolled in your MERN bootcamp. I'm really enjoying your course.. You really go through the docs really well and react becomes really easy for us
for students follow horizontal learning , learn as much as you can , once you join the company then as fresher you will not have choice to work on the things which you know. i have had same experience during back of the days i have learned DOT Net but the first project i got to work on JAVA /Spring
Yess sir you are right I started with react and worked on it about 3-4 months but now I am doing internship but here in company I am working on Angular both are good and each have its own importance but we should start with react
I just finished a React course and built a small SPA for a client. It was a lot of fun to learn and very weird coming from exclusively working on back-end projects with Laravel/PHP. On your advice, I will start playing with Angular next. Great video! Liked and subbed.
note: this is for student. and for yout that have not much time to learning everything then just start learning angular and stick with it forevar.... just saying...
I would suggest to learn angular first and then move to react as react is based on component based architecture and you can nowhere learn component core concepts other than angular.So go for angular and then move to react.
Yo man, your tattoo is amazing, sure I enjoy the video and yes both are good frameworks, personally I'm a React guy but I know Angular theory. BUT, THE TATTOO ON YOUR RIGHT HAND IS WOAAAA
I know you just differentiate b/w react & angular in your video, but just for the new learner I'd say don't ignore Vue! it's also complete & powerful framework & much easier to learn. Beside all of this..Thanks for making such honest reviews
Thank you so much for this video...I prefer React because it's more understandable , the JSX code is easy to deal with and you can really visualise where your application is going, whereas in Angular it sometime gets complicated as there are separate component and ts files , I personally find it tedious to combine it both.
Thank you for educating us. Yes, I would love to have a video on MVP. I wish to request one important thing. It is possible for you to make a video on load testing. How do we set it up from scratch for real-time applications? Parameters we need to work on, how to set up a server etc.
it took me roughly a weekend for angular and a full week for react. react is just a total mess imo, mostly bcos it offers no structure, it looks like the jquery of 2020. vuejs is the best compromise,took me only hours to have something working
I started React..MERN Bootcamp gave it a boost..thats it..now I absolutely love React and I am never even gonna try Angular..React changed my life.. Thank you for the Bootcamp sir❤️
I completed 75% of the course..then my laptop stopped working.So I had to stop.But, the course gave me the confidence to start a mern project..I almost completed it while my laptop was still working.Its a great course.Hitesh sir has done a great job as always. Go for It!!!
React will not be an option for me as long as there is no equivalent to Angular's HTML "if" (for conditionals) and "for" (for looping). It's just so clunky how you do this in React, inside the JSX. But so elegant and clean in Angular (and nearly identical in Vue)
Hey I really loved your definitive opinion. Would love to see the video on corporate use cases especially building MVPs on either frameworks, performance etc.
Please do make a video on deciding react or angular for start-ups. I'm a back-end developer and I started learning front-end recently. I have actually learned angular already and created few small projects on same. Now I'm hesitating to learn one more framework. But if react is something that I find useful for my case, I'll definitely learn that as well.
Its Simple...if you know how to make APIS...so go for Reactjs..... Like if you are from python,php background so go for react....if you are from.net and all so go for angular
Your content is so elegant, I started learning react 3 months back and yes learned well including complex redux. I was suffering from this question that should i learn angular or just stick to react? but i got answered watching this video. Yes it's worth learning Angular. A big thank you to you, it cleared a lot thing.
@Haad Saghir React took me 3 months, i was investing my whole day to learn the react, after that i actually created a project on that, and then i started to apply for jobs and eventually i selected one offer based in ahmedabad. It's good.
Oh boy! Don't get why people say React is easier than Angular. I found myself extremely limited and out of control when first tried React. Of course I could do some stuff but not the way I wanted, only how React would let me. But turns out I could do pretty much everything I needed with Angular out of the box. No need to learn JSX, extremely powerful router, lazy load, guarding, template injection, services, default and custom directives and pipes, observables. And that's just out of the box, in a matter of minutes I could get things like i18n, pwa, material design, state management. I mean, once you reach this point you'll wanna learn other frameworks just for fun and maybe work, because there's no way you'll wanna switch because things are just easy with Angular. You just put stuff in place haha.
To get started with react visit:
courses.learncodeonline.in/learn/Complete-ReactJS-developer-Bootcamp
To get started with Angular visit:
courses.learncodeonline.in/learn/Complete-Angular-Developer-Bootcamp
hello Hitesh sir , i am a 4th yr engineering student , I am in great dilemma should I learn web development or should I focus on ML and data science . Which will be a better career option to chose ? Or is it very late for me?
Bought your Angular Bootcamp course for my brother who is willing to make a career change from his customer service associate in Amazon to SDE. He's from ECE background. I loved the content of the bootcamp and I am really thankful to you to put it out there on a really affordable price. LCO ROCKS ✓
@@akd070 Brother I think you should try minimum in both of that like spend 30 days in both make 3 Projects for your portfolio which you can explain in your Interview they don't need to be big or complex just pick some foundational stuff. And parallel to it make sure you start problem solving in C/C++/Java/Python and keep doing it until you crack SDE position.
Sir. One question . I'll be in jadavpur university Cse this year. Is macbook pro base variant better for me? Please sir do reply!!
Yah need more videos.
As a Java developer I would say Angular is very simple to work. If you know any one of programming language you can easily learn Angular. Its very similar to Java mvc applications. It has dependency management like maven. Architecture like spring boot, strictly typed like java
I'm a professional developer and I hate those videos where they say "it depends", "you can use both" etc etc. and other safe and neutral terms.
We come here to get other dev's opinion. You are brave enough to share yours and I appreciate that more than you know.
This is a good video for everyone.
Yes..
so what we choose ?
When you are a professional developer then you know he is right. It depends on what you want to achieve. How scalable your application should be and so on. If you want to know the personal rule I am following for years now when somebody asks for my opinion: if you are an OOP Expert and want to get away from JSF/ASP/PHP use angular for big applications. If you want to do functional programming and do a small Webpage use react.
100% agree.
Finally what you think..what we choose
Since 6 months I was doing analysis on following points
1. Number of jobs
2. Average salary offered
3. Jobs where Angular and React both are required
4. Niche companies
In all above points react wins the battle. React has 20% more average salary than Angular. plus number of openings for react are way more than Angular (Angular openings are decreased in 2020)
the best AngularReact comparison I've ever seen. Unbiased, not trying to please everyone. Most comparisons are created by junior developers who never worked on big projects or used other frameworks/libraries than React so they are React fanboys and Angular haters. Most of them still think that Angular===Angular.js. Both Angular and React are super useful tools, and for different use cases. React is a simple, easy to learn and beginner friendly UI library while Angular is a big, "batteries-included" framework which has built in features for 99% of the cases that you'll need in the future when you work on a complex SPA
In my personal experience, I have started with angular, after that I started learning react.
When started react, I felt confused because of react jsx syntax (html and js are in same file). Comparing with angular, I felt angular has a clean file structure. But the prior knowledge of angular and it's component based features helps me to understand the react core concepts easily.
So my suggestion is try to understand the core concepts well on angular or react. Then Another one will be easy to learn.
Angular is so so powerful framework. Once you learn it You don't need anything else.
I'm sure that anyone learn it can't leave it again. SUCH A POWERFUL TOOL
Dont forget REACT...
I have knwledge in recat, i wish to learn angular, will it cause me any confusion.
@@kirankamath5891 Nop But Angular is vast very vast...It will take some time to learn....You will have to focus on TYPESCRIPT ...TS is easy ...Dont worry
@@ImproveProgrammingLogic TS Has its own very amazing advantages!!!. Also whenever I do work on react, I use the TS version
Well Facebook found something else though.😉
Angular is the most accomplished framework out there!
Honestly I jumped into angular without even considering react. I barely knew javascript. I spent the first day taking notes on various videos, the second day following a tutorial to make an angular app, and by the third day, I was routing and building my whole frontend app in typescript with angular in ionic. I spent all day every day, but still I thought Angular was really easy to learn.
Which is the best tutorial for angular?
I have worked professionally on 4 Front-end frameworks/libraries like AngularJS, Angular, VueJS and ReactJS.
All of them take nearly same time to learn and expertise. However, I found learning Angular easier because everythings in Angular doc are together and organized. But for ReactJS, I needed to read multiple articles to do things properly.
VueJS also has good documentation.
My choice would be Angular > (VueJS or ReactJS) > AngularJS.
Summary: Do react first for a semester,get comfortable, move into angular then. Got it!
Other way around.
Thanks lol
Your words about Typescript reminds me of my first week as an intern. My boss said the same thing, "Don't worry about typescript, you will pick it up within a week". And to my surprise, I actually did within half of the week.
Next video title suggestion:
MEAN stack Vs MERN stack
From a software engineering perspective, Angular is a comprehensive, well-conceived, better-engineered system than React. React is rudimentary in comparison. A Ferrari and a Mustang will both get you to your destination, nevertheless, the Ferrari is an engineering marvel.
You haven’t seen mustang.
I started with Angular and I started your paid course and I am really enjoying it, please make more such courses....!
Yes, you are right. Angular is like a black coffee, once you will get a good test you can not resist to having.
I like both Angular and React :) And yes, when I started with React I hated everything in this library :D
But now it is ok. The one drawback in my opinion is that React doesn't have first-class support of Typescript, so sometimes I encounter issues with types, especially in 3rd party libraries.
Vuejs is highly underrated and doesn't have the audience it deserves....
yes is a easy framework to learn
AGREED, VUE IS AMAZE.
I was learning react but instead i came to truly appreciate VueJs simplicity and power.
Vue is amazing
Yea but indian company does not have much clients using vuejs hence people here dont recommends it
Learned Angular first, and it's very good! I've tried a bit of React, will try it again..
I like any framework that encourages typescript. That's the reason I like Nestjs too.
" ...but who told you world is a fair place" what a beautiful way to start
As a Java developer, I'm more at home with typescript :)
Great video sir,
Sir please can you make a video on a comparison of
"React native and Flutter in 2020."
If anybody wants this video in future hit the like button.
Even I need
🤗Search on RUclips Hitesh Choudhary
99.9999999...∞% Hitesh sir's video will be available.
Hitesh sir is 🦸♂️awesome 🦸♂️
he already made
Yes "Snake Snake" you are right I saw it. But I want another video particularly for 2020.
@@deeprajdey1364 I think you need another video for 2020,2021,2022,2023........
Dost🤗, don't waste your time to find out which one is better then another. And ya don't reply me.
This is comment section not debate section😅
One of the best explanation , start with React and then angular 🙌🙌🙌
Hm.
That's what I did. Jumping straight to Angular is painful unless you have a background with a "proper" programming language like Java/C#
I got so much confused after watching this video. I learned both..😂
This was a good video, I'm a lead at American Airlines now days React has falling in popular in big enterprise organizations because most big companies prefer frameworks over libraries. Most startups use react because it's easy and fast and good for new devs. Only issue I had with using React is that it relies too much on 3rd party libraries in which big companies are against. React is really only good for monolithic app. I prefer Angular Vue for big apps
Thanks for sharing!
I started using React around 2017 and fell in love with it coming from a more traditional type jQuery based projects. Now I transferred to another company since I wanted to experience a different back-end stack but we are working with Angular 8 for the front-end. It was quite a learning curve at first specially learning RxJS (and observables in general). Decorators, Directives, Pipes and passing data back and forward between components gets easier after you tried implementing them a couple of times.
And I would definitely agree with the advice on this video, go for React if you're starting out, its much easier to get started with (IMO). All the things you'll learn will be applied to any FE framework ie state management, separation of concerns, dumb components, smart components, services etc.
And starting with React would get you better odds of landing your first Job since there are a lot more React job posts than Angular job posts from what I can see where I'm from.
What you prefer for new learner, React or Angular?
With respect of number of jobs in industry and demand of that.
Angular developer here. When they first released it I only had a brief moment of wondering what was the deal with going with Typescript, fell in love with it right away, I think the longer you have been using JavaScript in general the more appreciative you will be for Typescript.
The second thing I have loved about it is the integration with RxJS which I LOVE LOVE, very sweet and slick reactive architecture can be done with it.
Most important part if you are starting out, have fun !!! and stay curious; there's a million ways to do something in our world; it's a journey and the biggest marathon you will run.
I am Angular and react developer,And I am agree with you.. Angular is just like black coffee 😊
Thanks Hitesh. Its always a struggle for developers to keep learning new stuffs and each having its own syntax. Look at the plethora of Databases we have. Look at the OS options we have. Look at the programming language.
FINALLY! Someone who is very clear using angular and react. THANK YOU VERY MUCH FOR THIS! There are many ambiguous videos on the subject..
I am working on Reactjs for almost 1 year and I am now learning React native. Before moving towards React Native, I want to learn Angular but as I started learning, My brain shuts down. A new concept and architecture really confused me alot. Then I decided it is better to master one then to jump in both and now I am working on React native.
As far as I am concerned and my view, when some one starting with something it’s easy to mess up things, conventions, design pattern etc etc. for one simple example I have seen new developer creating several axios client in each and every component they want to access api. Even how you organise your code directory structure. So start with something which enforces you to use the industry best practices from the day one of your coding a module or project. So star with angular, learn how to organise your code, why convention was chosen over so many configuration available. Your first project, it will teach you structure, type script hard way and you won’t forget these in your next project in react. For experienced developer it’s choice you have to make what coding style you like, those custom ng tags or jsx. Getting started with react is easy but getting started with react & how it should be coded is hard.
Totally agree with the video. I learned React one semester during college and did a project, then Angular in another semester and made a different project with that. Agree about the black coffee analogy with Angular. I actually like both technologies. They are different but both worth learning.
I'm currently working as a Senior Developer acting mostly in Front-End with Angular. I completely agree with what have been said by Hitesh.
Every framework, library, tool, method, whatever will come with a trade-off. One of the most important thing in our careers is to understand what are these trade offs (at least part of them) in order to be more assertive in our work. And I think you did it very well in your video. Obviously, there is a lot of more deep aspects to look at. But as you said, your focus in this video was not the industry but those that are starting their careers.
Congratulations!
It's not fair, if you learn angular & work for a couple of months, I bet you, you can't move to any other framework!!! The ecosystem that you get in angular, you can't even imagine in the react world! You will fall in love with it.
You are wrong, i learnt angular then worked for 1 year on angular then i switched to react and now i love both 😍
@@manupandher39 I am also not biased towards any of them. I love react too but my personal preference is angular due to its ecosystem
True but React is also superbb
@@diegot8494 I have never worked with both of them
Angular is like black coffee that's for sure , I love angular, especially for angular material which is the best UI kit you can get
if u use material-ui.com/ for react, for sure u r going to hate angular material, they made it more cool for react than angular
@@hrishikeshawari2669 agree. Material UI for React is way more reach rather the Angular ones and Angular Material gets new features not so fast as for me.
Funny that Google's Angular Material is outdated and Material UI is up to date with the Material Design standards.Tthey have been rewriting Angular Material for as long as I can remember.
@Mayank Sharma you know right that you can use TypeScript with whatever you want?
@@hrishikeshawari2669 I mean, material UI libraries mostly are just some HTML bundles with some simple JS/TS and a bit of CSS, as a company that shouldn't really bother anyone
I have done both Angular and React, I started with React and no, I didn't hate Angular when doing React and vice versa.
Im currently working a hybrid app using Ionic/Angular. It was overwhelming at first, but thanks to my little experience in web development, I was able to catch up and loving it. Kudos to the developers of angular framework!
Most informed video I found on RUclips regarding React v Angular. You couldn't have put it in a better way than this.
I have worked professional in Angular, React and Vue and I would any day use Vue over Angular or react. I have used Typescript with Vue and its a breeze to use. And most of new Indian startups are using Vue more often now. If somebody makes argument about Vue not been backed by any big company, well, it has got an amazing community out there and still growing strong. All I wish is getting a powerful Angular like CLI in Vue, which if exist, I am not aware of.
I'm glad i took the time to watch this. I'm a full stack developer - software engineer and I've been using C# /ASP NET Core for the past few years. Getting kinda bored of using it though so i'm looking for a new approach to web and mobile apps for my projects. I think I'm going to go with React (at first) and see where that takes me. Thanks for sharing your thoughts and I'll keep up to date with your other videos!
Liked your video, m not a student, as you said Angular is Black Coffee is very true, but its a good framework even for a smaller portfolio project can be exported in production with BUILD. This one of the most unbiased comparison. :)
Actually i have worked on both and loved features of both, react is somewhat tough for me but both are easy in learning and implementing.
Yes we want this video from a corporate perspective as well !!
Intro is lit 🔥sir. Really day by day I am becoming a die hard fan of you ❤. Thanks for all the instructions and guides.
I was expecting this exact video for the past 3 days... Shocked to see the video in my feed. Clear and neat👌🥳. Your fan forever❣️
Thanks
K
I've been writing Angular professionally for about 5 years now full time (the 1.x days were wild!). I love it, it's transformed my career in magical ways! I've done very small projects in React however I've done a lot in Vue, ko, _, Svelt, etc. In my opinion React/Vue/Svelt and Angular attract different mentalities. The size or difficulty isn't the metric I measure it, it's the personality of the dev and the task at hand. If your mandate is large scale software, Angular is a must in my opinion, just to keep the maintenance reliable. If your task is prototyping or a smaller scale project, react is SUPER fun! But so is Vue, Svelt, etc. But honestly no matter what you pick, if you're diligent, have a good eye, motivated by quality and have an idea of how to work in a team, all of them are great!
PS: For students, destructuring is less important to know than 'call' and 'apply'. Syntax stuff like destructuring is great and take a look at it for cleanliness but the amount of flexibility and architectural horsepower you'll gain from call and apply should be screamed from the mountain tops. Call and apply separate the men from the boys.
Angular is better from a senior dev perspective, who care more about cleaner architecture. React is better for newer devs who can learn gradually.
Your comment on the apple mouse was too funny :'D ... Good video!! keep going and keep inspiring.
This battle is never gonna over.
The only youtuber who gives completely unbiased review and comparsions... much love Sir
Have worked on both the things
One thing i dnt like as u said react is a library
I still prefer angular as it gives u complete solution unlike react
Anyways react is kind of easy than angular for small application i prefer react
After seeing so many angular vs react videos, finally today I got the clarity....nice points..thank you sir..
i started with react it was great for learning concepts then my boss made me study angular it was painful learning it now i love angular the architecture is complicated and better than react and vue is better than both of them it is simple like react and architecture is great like angular
Best thing about your video is , its to the point and extra shit free. sound and language is very clear
Angular is a little bit better for large projects for one specific reason, when going into putting together small pieces by yourself you introduce the probability of do not do it properly, Angular in the other side is a framework with a lot of this staff already there, tested and made by experts, is like to choose between Frankenstein and an Olympics games winner..
Two Roads diverged into the woods: Angular and React
.
.
.
.
.
.
.
I took the one less travelled by😊 (Angular)
And that has made all the difference.
Who told u that?
RBK. technology 👉Robert Frost
I am already enrolled in your MERN bootcamp. I'm really enjoying your course.. You really go through the docs really well and react becomes really easy for us
can you give the details regarding the bootcamp you are talking about. any link or something
for students follow horizontal learning , learn as much as you can , once you join the company then as fresher you will not have choice to work on the things which you know. i have had same experience during back of the days i have learned DOT Net but the first project i got to work on JAVA /Spring
Angular is like a black coffee. So true 😅😅
Those who know Java would feel easy moving with Angular.
Yess sir you are right I started with react and worked on it about 3-4 months but now I am doing internship but here in company I am working on Angular both are good and each have its own importance but we should start with react
I just finished a React course and built a small SPA for a client. It was a lot of fun to learn and very weird coming from exclusively working on back-end projects with Laravel/PHP. On your advice, I will start playing with Angular next. Great video! Liked and subbed.
Wow amazing i learn the comparing more on Angular and React super...
rhe 10:05 is real one... then the music is really super.. good speech as well
note: this is for student. and for yout that have not much time to learning everything then just start learning angular and stick with it forevar.... just saying...
I love the changing setting! Quality video as always. Thanks.
Angular is fab😍
And angular material makes it much more easy
Exactly. Angular material is so so good and easy. I don’t know why people are going to react when we have angular.
@@mohammedparveez2042 i learnt react now 😂😂😂 and it's for sure x10 better
My confusion got cleared at 6:15 😂
Koi doodh ka dhula nahin hota
I would suggest to learn angular first and then move to react as react is based on component based architecture and you can nowhere learn component core concepts other than angular.So go for angular and then move to react.
Amazing video which cleared my doubt about angular
But I have already purchased the best instructor course from LCO OF angular
😍
Purchase even react
@@rbk.technology4747 have purchased and completed also
Yo man, your tattoo is amazing, sure I enjoy the video and yes both are good frameworks, personally I'm a React guy but I know Angular theory.
BUT, THE TATTOO ON YOUR RIGHT HAND IS WOAAAA
You have designed your office Soo good !!! ❤️
Angular programming feels very natural. React on other hand has too many limitations that you must use workaround for almost everything.
I know you just differentiate b/w react & angular in your video, but just for the new learner I'd say don't ignore Vue! it's also complete & powerful framework & much easier to learn. Beside all of this..Thanks for making such honest reviews
The content of your video's is keep getting better. I like they way you deliver content. I learnt JavaScript via your video's.
Thank you so much for this video...I prefer React because it's more understandable , the JSX code is easy to deal with and you can really visualise where your application is going, whereas in Angular it sometime gets complicated as there are separate component and ts files , I personally find it tedious to combine it both.
Hey Ayusha! How much experience have you had in React? Are you open to job opportunities in web development currently?
Thank you for educating us. Yes, I would love to have a video on MVP. I wish to request one important thing. It is possible for you to make a video on load testing. How do we set it up from scratch for real-time applications? Parameters we need to work on, how to set up a server etc.
Answer at 9:54
Thanks for the advice Hitesh👍
it took me roughly a weekend for angular and a full week for react. react is just a total mess imo, mostly bcos it offers no structure, it looks like the jquery of 2020. vuejs is the best compromise,took me only hours to have something working
Love color grading on this video😍😍
I started React..MERN Bootcamp gave it a boost..thats it..now I absolutely love React and I am never even gonna try Angular..React changed my life.. Thank you for the Bootcamp sir❤️
After react js course. It took u how much time to complete MERN. ??? Then how beneficial it was in mern after completing react.??
NISHCHIT RAO. PLS DO REPLY.
I completed 75% of the course..then my laptop stopped working.So I had to stop.But, the course gave me the confidence to start a mern project..I almost completed it while my laptop was still working.Its a great course.Hitesh sir has done a great job as always. Go for It!!!
I didn't take the react course..I already knew a little.So I went directly for MERN.
@@nishchithrao7135 for 75% it took how much days / months?? Each day roughly how much time.?? Pls do reply.
React will not be an option for me as long as there is no equivalent to Angular's HTML "if" (for conditionals) and "for" (for looping). It's just so clunky how you do this in React, inside the JSX. But so elegant and clean in Angular (and nearly identical in Vue)
Hey I really loved your definitive opinion. Would love to see the video on corporate use cases especially building MVPs on either frameworks, performance etc.
Yes, we need MVP on react vs angular
MVP full form?
Sir, your new style of videos making i.e transition in Frames is simply phenomenal. 😊
Loved the color of the video
Just noticed change in the video quality..😊
Thank you soo much for such awesome contents sir😊
Yeah. Like that, too.
Wow ! You told exactly what I wanted. Starting with React
Yes Sir! Do upload the video about the Benchmarking and Optimization stuffs!
Thank you in Advance!
Worth listening! Thanks for sharing.
I am new to frontend stack. Got really useful insight.
Please do make a video on deciding react or angular for start-ups. I'm a back-end developer and I started learning front-end recently. I have actually learned angular already and created few small projects on same. Now I'm hesitating to learn one more framework. But if react is something that I find useful for my case, I'll definitely learn that as well.
Its Simple...if you know how to make APIS...so go for Reactjs..... Like if you are from python,php background so go for react....if you are from.net and all so go for angular
Really great video, thank you for the opinion.
React all the way. React gives us freedom. Even if we want to write applications in typescript. We can do with react. We can use js/es6/es7/es8.
Your content is so elegant, I started learning react 3 months back and yes learned well including complex redux. I was suffering from this question that should i learn angular or just stick to react? but i got answered watching this video. Yes it's worth learning Angular. A big thank you to you, it cleared a lot thing.
@Haad Saghir React took me 3 months, i was investing my whole day to learn the react, after that i actually created a project on that, and then i started to apply for jobs and eventually i selected one offer based in ahmedabad. It's good.
yes,, sir really great to have the MVP video of MySQL and any else technologies.
Thank you,
Suchit Sheth
I was thinking about this today and bang!! I saw your video. Stop reading my mind :D
I am using AI for it. lol
@@HiteshCodeLab put a course for that too 😂
Oh boy!
Don't get why people say React is easier than Angular. I found myself extremely limited and out of control when first tried React. Of course I could do some stuff but not the way I wanted, only how React would let me. But turns out I could do pretty much everything I needed with Angular out of the box. No need to learn JSX, extremely powerful router, lazy load, guarding, template injection, services, default and custom directives and pipes, observables. And that's just out of the box, in a matter of minutes I could get things like i18n, pwa, material design, state management. I mean, once you reach this point you'll wanna learn other frameworks just for fun and maybe work, because there's no way you'll wanna switch because things are just easy with Angular. You just put stuff in place haha.
Love for Angular😍
Yes , we need MVP videos. Thankyou ;)