Angular vs React in 2024 - Make a RIGHT Choice (Difference Explained)

  Рет қаралды 42,227

Daniel Dan | Tech & Data

Daniel Dan | Tech & Data

Күн бұрын

💻 (Discount Link) Complete Angular Developer Course: bit.ly/45Ys381
👉 (Discount Link) Complete React Developer Course: bit.ly/40nhtpK
Use Code for 10% OFF (FRIENDS10)
Today I will compare Angular vs React technologies. Indeed, these are two of the most popular JavaScript-based frameworks and libraries today. Which one should you choose for your project?
⏱️CHAPTERS:
0:00 Angular vs React
0:52 What are Angular and React good for?
3:37 Key Differences of Angular vs React
7:31 Which is better Angular or React?
8:43 Career Opportunities for React and Angular Developers
Note: Some links are affiliate links that help the channel at no cost to you.
#angular #react #javascript

Пікірлер: 52
@Daniel-Dann
@Daniel-Dann 8 ай бұрын
💻 (Discount Link) Complete Angular Developer Course: bit.ly/45Ys381 👉 (Discount Link) Complete React Developer Course: bit.ly/40nhtpK Use Code for 10% OFF (FRIENDS10)
@flashback4588
@flashback4588 7 ай бұрын
imo Angular for medium to large projects React for small projects Not saying you cant do vice versa but if you try building a large project with React you will need 3rd party frameworks Whereas with Angular you have everything you need Building small projects with Angular is also overkill because of all the tools it comes bundled with Its like buying the entire toolbox when all you really need is a screwdriver React is lightweight and more suited for small tasks
@Daniel-Dann
@Daniel-Dann 7 ай бұрын
Good point
@bullettime2808
@bullettime2808 6 ай бұрын
Facebook, Instagram, ChatGPT, Fiver, Netflix are all big enterprise applications but they use React and I'd argue if they used Angular then those products won't be as successful due to lack of proper SSR, huge and unacceptable bundle size for a user facing application and just lack of useful libraries for Angular
@RakzinRoman
@RakzinRoman 6 ай бұрын
As for me, Angular is more productive framework as react. I have used Angular about 4 years and think - its the best framework for enterprise applications.
@bullettime2808
@bullettime2808 4 ай бұрын
How is it more productive ? it even lacks hot reload, your entire page updates on literally every change you make, on the other hand React has lightning fast hot reload with Vite, also React has a brilliant collection of third-party libraries like Shadcn UI, React Query and Zustand that allows you to ship stuff super fast
@CodingAbroad
@CodingAbroad 4 ай бұрын
@@bullettime2808what on earth are you talking about? Angular has had hot reloading since day one. And it’s also built on vite
@CodingAbroad
@CodingAbroad 4 ай бұрын
@@bullettime2808also Angular has many ui libraries to choose from as well. PrimeNG, material, onsen etc
@codeme8016
@codeme8016 3 ай бұрын
​@@bullettime2808Angular 17 now has hot reload. Incorporating Angular Material makes it even better.
@grumpyFrog419
@grumpyFrog419 2 ай бұрын
@@bullettime2808 IMO that's the problem of React, I need to build a simple land page, why not stack up 4 libraries along? LOL About Angular reloading every binding value, it is part of its lifecycle and I agree it can be frustrating, but now you can control it with some memoize functions that come along with the framework, plus most of the time you'll be binding simple literal values, thus not compromising the performance.
@ivanmaglica264
@ivanmaglica264 5 ай бұрын
Services - unsung heroes of Angular! Two-way binding with components makes Angular a no-brainer if you are doing office administration management type of app. Seriously, I wanted to switch to React because of JSX, but state management in Angular shows why it is preferred for enterprise apps, so, Angular it is.
@bullettime2808
@bullettime2808 4 ай бұрын
State management is a breeze nowadays in React with modern libraries like React Query and Zustand, and these libs support persisters so you can have an offline ready app in no time with no effort from the developer
@CoolPupGaming
@CoolPupGaming 3 ай бұрын
Started on react but after trying angular im never going back. No decision fatigue way easy to scale and maintain.
@smtkumar007
@smtkumar007 2 ай бұрын
i have worked on both in my company , have to say that i loved angular a lot , its very much object oriented and forces every other team member to follow the industry standard without someone saying so , when i compared that to some of the react project i see that every person has their own way to doing things which really mess the code and hard to debug.
@frontend3409
@frontend3409 4 ай бұрын
3:00 what's the site?
@notme___1
@notme___1 2 ай бұрын
6:05 what is the official react vscode extension?
@matthewkk5087
@matthewkk5087 5 ай бұрын
I switched from react to Angular. there is a b ig difference I like react but I have to install sooo many libararies to create functionality, and angular also cleared my mind into OOP. (but still cannot land on a job :D )
@beloaded3736
@beloaded3736 3 ай бұрын
Have you had any success with landing a job? :)
@JFAD9
@JFAD9 Ай бұрын
I’ve got an interview tomorrow for a job using angular. I have only done react in the past. Wish me luck!
@ricardo-user
@ricardo-user 3 ай бұрын
Is it correct to compare React and Angular? What about Next.js and Angular?
@mkzubairi
@mkzubairi Ай бұрын
Started from React but after trying Angular I couldn't go back to React. I found React more complex and difficult as compare to Angular because I'm used to the Angular's structure and Architecture. My choice is always Angular if I'm working on a project which could be scaled up.
@BDpro
@BDpro 5 ай бұрын
Angular vs NextJs.....please
@mohammadalaaelghamry8010
@mohammadalaaelghamry8010 8 ай бұрын
Great video, thank you.
@Daniel-Dann
@Daniel-Dann 7 ай бұрын
You are welcome!
@Mr.insane6992
@Mr.insane6992 8 ай бұрын
Pls do QT designer+python😢😢
@DhruvRed
@DhruvRed 6 ай бұрын
I would choose react over angular for most use cases mainly because react is lightweight and can be added to already existing backend projects and in modern approach to microservices and decoupled architecture react just feels to be at home
@mac.ignacio
@mac.ignacio 2 ай бұрын
You need 10 more libraries for ReactJS to be useful. Number #1 in the list is the React Router and btw there are 3 major router you need to consider for ReactJS hahahaha.
@abhishekpatra7954
@abhishekpatra7954 8 ай бұрын
I would pick Framer. Thanks!
@evgenymikheev4462
@evgenymikheev4462 6 ай бұрын
Many generic words without telling much. The best is to take a real project and show how both frameworks handle it
@Jaracara11
@Jaracara11 18 күн бұрын
I love react in my personal projects, but for work Angular is better, when you deal with a big project Angular shines.
@romulodsr
@romulodsr Ай бұрын
Awesome stuff❤
@Daniel-Dann
@Daniel-Dann Ай бұрын
Thanks ✌️
@x0z59
@x0z59 5 ай бұрын
If you want to make and work on serious projects, Angular is the best. For me Angular is everlasting!
@matheuspegorari1094
@matheuspegorari1094 6 ай бұрын
Guess I just had a crush
@TayambaMwanza
@TayambaMwanza 6 ай бұрын
Thanks for the video, I see you are using the old Angular logo :)
@Daniel-Dann
@Daniel-Dann 6 ай бұрын
You are welcome! - where exactly do I use the old one?
@Northbergh
@Northbergh 6 ай бұрын
​@@Daniel-Dann Everywhere
@JimmyC0
@JimmyC0 4 ай бұрын
That would be my response kzfaq.info/get/bejne/eLKFnsqDpt_DhqM.htmlsi=eyO0jFz5hQMBurDh
@bazoka6352
@bazoka6352 6 ай бұрын
Good content but you switch and cut to fast. It‘s hard to follow…
@LorenzoJimenez
@LorenzoJimenez 3 ай бұрын
React is my wife, and Angular my lover 😉😆
@Daniel-Dann
@Daniel-Dann 3 ай бұрын
😅👍
@user-pl4pz2xn2c
@user-pl4pz2xn2c 5 ай бұрын
HTMX > *
@bullettime2808
@bullettime2808 6 ай бұрын
React is a small but sharp tool and combined with some other libraries it has been used to build some of the largest and most ambitious applications, Angular honesty feels like a bloated mess at this point Observables and Signals divide, OnPush vs regular change detection declarative vs imperative object oriented patterns, the framework is going through an identity crisis not to mention lack of basic features like hot reload and a properly working editor extension
@deepakkarmaDK
@deepakkarmaDK 2 ай бұрын
Angular is winner ❤
@ntvkris
@ntvkris Ай бұрын
Angular all the way
@bushbuddyplatypus
@bushbuddyplatypus 8 ай бұрын
Silly React!
@RaniLink
@RaniLink 6 ай бұрын
React is fucking abysmal, Angular all the way.
@oluwajobabukola1508
@oluwajobabukola1508 2 ай бұрын
Learn React.
@go_lang_thang
@go_lang_thang 5 ай бұрын
Vue is a combied option
React Tutorial for Beginners
1:20:04
Programming with Mosh
Рет қаралды 2,7 МЛН
Next.js 13 - The Basics
9:00
Beyond Fireship
Рет қаралды 628 М.
Дибала против вратаря Легенды
00:33
Mr. Oleynik
Рет қаралды 4,6 МЛН
I CAN’T BELIEVE I LOST 😱
00:46
Topper Guild
Рет қаралды 90 МЛН
React vs Angular in 2024
9:00
Kodaps Academy
Рет қаралды 31 М.
Next js vs React - (2024) Difference Explained
10:16
Daniel Dan | Tech & Data
Рет қаралды 53 М.
Angular vs React vs Vue: Which Framework to Learn in 2022
17:19
Vue vs React (2024) - Make a RIGHT Choice (Difference Explained)
10:31
Daniel Dan | Tech & Data
Рет қаралды 28 М.
State Managers Are Making Your Code Worse In React
13:33
Web Dev Simplified
Рет қаралды 162 М.
Is React Better than Angular?
19:22
Gavin Lon
Рет қаралды 2,7 М.
I DONT USE NEXT JS
54:01
ThePrimeTime
Рет қаралды 326 М.
Дибала против вратаря Легенды
00:33
Mr. Oleynik
Рет қаралды 4,6 МЛН