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

  Рет қаралды 35,627

Daniel Dan | Tech & Data

Daniel Dan | Tech & Data

Күн бұрын

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?
💻 (Discount Link) Complete Angular Developer Course: bit.ly/45Ys381
👉 (Discount Link) Complete React Developer Course: bit.ly/40nhtpK
Use Code for 10% OFF (FRIENDS10)
⏱️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

Пікірлер: 50
@Daniel-Dann
@Daniel-Dann 6 ай бұрын
💻 (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 5 ай бұрын
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 5 ай бұрын
Good point
@bullettime2808
@bullettime2808 4 ай бұрын
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 4 ай бұрын
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 2 ай бұрын
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 2 ай бұрын
@@bullettime2808what on earth are you talking about? Angular has had hot reloading since day one. And it’s also built on vite
@CodingAbroad
@CodingAbroad 2 ай бұрын
@@bullettime2808also Angular has many ui libraries to choose from as well. PrimeNG, material, onsen etc
@codeme8016
@codeme8016 Ай бұрын
​@@bullettime2808Angular 17 now has hot reload. Incorporating Angular Material makes it even better.
@grumpyFrog419
@grumpyFrog419 26 күн бұрын
@@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.
@smtkumar007
@smtkumar007 16 күн бұрын
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.
@ivanmaglica264
@ivanmaglica264 3 ай бұрын
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 2 ай бұрын
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 Ай бұрын
Started on react but after trying angular im never going back. No decision fatigue way easy to scale and maintain.
@matthewkk5087
@matthewkk5087 3 ай бұрын
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 Ай бұрын
Have you had any success with landing a job? :)
@matevojtko6567
@matevojtko6567 3 ай бұрын
I started learning Frontend development about a year ago, and I've made a few projects in react. Now I'm searching junior jobs in my area (Slovakia) and I see that most of the companies, use Angular, and I cannot find job offers for junior React developers. I'm thinking about learning angular now, but I'm already familiar with react basics and I would like to learn more in depth things about it. Now I feel like I wasted my time learning it.
@Alex.Shalda
@Alex.Shalda 3 ай бұрын
True, same
@ivanmaglica264
@ivanmaglica264 2 ай бұрын
I suggest learn Angular, it will add another tool in your tool belt. You dont need to go deep if you wish to focus on frontend. Components and services are more than enough to make 90% of frontend for your app. The rest few % is API.
@UmpikLumpik
@UmpikLumpik 2 ай бұрын
a este mas byt senior :D
@frontend3409
@frontend3409 2 ай бұрын
3:00 what's the site?
@notme___1
@notme___1 15 күн бұрын
6:05 what is the official react vscode extension?
@LorenzoJimenez
@LorenzoJimenez Ай бұрын
React is my wife, and Angular my lover 😉😆
@Daniel-Dann
@Daniel-Dann Ай бұрын
😅👍
@mac.ignacio
@mac.ignacio 22 күн бұрын
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.
@mohammadalaaelghamry8010
@mohammadalaaelghamry8010 5 ай бұрын
Great video, thank you.
@Daniel-Dann
@Daniel-Dann 5 ай бұрын
You are welcome!
@BDpro
@BDpro 3 ай бұрын
Angular vs NextJs.....please
@ricardo-user
@ricardo-user Ай бұрын
Is it correct to compare React and Angular? What about Next.js and Angular?
@DhruvRed
@DhruvRed 4 ай бұрын
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
@x0z59
@x0z59 3 ай бұрын
If you want to make and work on serious projects, Angular is the best. For me Angular is everlasting!
@abhishekpatra7954
@abhishekpatra7954 6 ай бұрын
I would pick Framer. Thanks!
@Mr.insane6992
@Mr.insane6992 6 ай бұрын
Pls do QT designer+python😢😢
@TayambaMwanza
@TayambaMwanza 4 ай бұрын
Thanks for the video, I see you are using the old Angular logo :)
@Daniel-Dann
@Daniel-Dann 4 ай бұрын
You are welcome! - where exactly do I use the old one?
@Northbergh
@Northbergh 4 ай бұрын
​@@Daniel-Dann Everywhere
@JimmyC0
@JimmyC0 2 ай бұрын
That would be my response kzbin.info/www/bejne/eH24nJqIdt6SjNEsi=eyO0jFz5hQMBurDh
@evgenymikheev4462
@evgenymikheev4462 4 ай бұрын
Many generic words without telling much. The best is to take a real project and show how both frameworks handle it
@deepakkarmaDK
@deepakkarmaDK 12 күн бұрын
Angular is winner ❤
@bazoka6352
@bazoka6352 4 ай бұрын
Good content but you switch and cut to fast. It‘s hard to follow…
@bullettime2808
@bullettime2808 4 ай бұрын
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
@matheuspegorari1094
@matheuspegorari1094 4 ай бұрын
Guess I just had a crush
@user-pl4pz2xn2c
@user-pl4pz2xn2c 3 ай бұрын
HTMX > *
@bushbuddyplatypus
@bushbuddyplatypus 6 ай бұрын
Silly React!
@RaniLink
@RaniLink 4 ай бұрын
React is fucking abysmal, Angular all the way.
@oluwajobabukola1508
@oluwajobabukola1508 25 күн бұрын
Learn React.
@go_lang_thang
@go_lang_thang 3 ай бұрын
Vue is a combied option
They made React great again?
4:11
Fireship
Рет қаралды 966 М.
INO IS A KIND ALIEN😂
00:45
INO
Рет қаралды 18 МЛН
АВДА КЕДАВРАААААА😂
00:11
Romanov BY
Рет қаралды 9 МЛН
Balloon Pop Racing Is INTENSE!!!
01:00
A4
Рет қаралды 8 МЛН
Angular vs React vs Vue: Which Framework to Learn in 2022
17:19
Is React Better than Angular?
19:22
Gavin Lon
Рет қаралды 2,1 М.
React vs Angular in 2024
9:00
Kodaps Academy
Рет қаралды 9 М.
Flutter vs React Native in 2024 : Choosing the Right Framework
5:55
Every React Concept Explained in 12 Minutes
11:53
Code Bootcamp
Рет қаралды 281 М.
5 Signs of an Inexperienced Self-Taught Developer (and how to fix)
8:40
Angular vs React: which should you choose?
6:26
Kodaps Academy
Рет қаралды 103 М.
React Native vs Flutter in 2024 - Make the RIGHT Choice (Difference Explained)
10:31
Daniel Dan | Tech & Data
Рет қаралды 114 М.
You might not need useEffect() ...
21:45
Academind
Рет қаралды 125 М.
INO IS A KIND ALIEN😂
00:45
INO
Рет қаралды 18 МЛН