Best part about Angular - the form builder just itself is far better than any of the form libraries associated with React or Vue
@GavinLon3 ай бұрын
Thanks for sharing your insight :)
@christianmead816011 ай бұрын
Amazing video - You answered all my questions through the end of the video. Definitely glad I watched the whole thing ! I learned a lot!
@GavinLon11 ай бұрын
Thanks so much for your kind comment. I appreciated it! :) I'm really glad you enjoyed this video!
@unhandledexception19488 ай бұрын
is the usage of hooks really a simple concept ? what is so hard about angular ? I never understood the arguement that react is simpler to learn..... perhaps for small to do list apps, but not in a real world app
@GavinLon8 ай бұрын
I personally don't find Angular all that difficult but I believe it is generally acknowledged that React is easier to learn than Angular. I would recommend learning React first and then progressing to Angular but there is nothing wrong with starting with Angular - I don't think its that difficult to learn but perhaps React is a little bit easier to learn. :)
@criticalthinker88gis13 Жыл бұрын
Good video, I have one thing to add. I think you should be pragmatic and learn what is in most demand in your area or the area you want to work in, in general React is used more but there is a shift in the market where React is used with TS more and it is expected that devs knows TS now.
@GavinLon Жыл бұрын
Excellent point! Thank you :)
@foxdie810611 ай бұрын
After years of experience, I have to say that If you need to create a mid-big app use Angular. If your app is small-very small use React.
@GavinLon11 ай бұрын
I know Angular definitely has advantages over React when it comes to the creation of larger apps. I think this is largely due do with how Angular facilitates a clean separation of concerns :)
@foxdie810611 ай бұрын
@@GavinLon Yes, and one of the main reasons are that React needs a lot of third party libraries and you don't know if it will have support in the future. Angular has everything you need and it's maintained by one team.
@GavinLon11 ай бұрын
@foxdie8106 - I think those are some great points that you raise. Thank you! :)
@eyoo3694 ай бұрын
I never understood this argument. Facebook, Instagram, Netflix, AirBnb, Dropbox, Uber, Slack are all large platforms built with React.
@foxdie81064 ай бұрын
@@eyoo369 Those companies has a lot of money, they use a customized react's version modified by themselves, so they use a small part of react. If you are a solo dev or your are part of a small team, you will spend a lot of time and resources in order to create a big app with react. If you use a framework like angular or others, you will have a lot of problems resolved.
@hexantra2 ай бұрын
Angular 2 ++ i think not tight to or even not MVC by default
@GavinLon2 ай бұрын
It might not be tied to MVC - but the MVC design pattern is commonly used. :)
@hexantra2 ай бұрын
@@GavinLon yep, I think the approach now tend be more entity oriented (maybe it called HMVC for MVC version)
@GavinLon2 ай бұрын
@@hexantra Great! Thanks so much for your feedback :)
@TayambaMwanza Жыл бұрын
There's a new angular logo btw
@GavinLon Жыл бұрын
Okay thanks! :)
@hammeedabdo.82 Жыл бұрын
I agree with you..good comparison!
@GavinLon Жыл бұрын
Thank you! :)
@ulrich-tonmoy Жыл бұрын
Mircrosoft is slowly migrating to React
@GavinLon Жыл бұрын
I know Microsoft is using React Native a lot, to build features across a large number of applications.
@dovh49 Жыл бұрын
I prefer `html-form` the LEAST popular JS lib. 🙂
@GavinLon Жыл бұрын
Cool - it doesn't matter how popular the technology is, as long as it works for you and your application :)