angular vs react
angular vs react
Group: 692.23E
PLAN
■ What are Angular?
■ Benefits of Angular
■ What is React?
■ Angular vs react
What are Angular?
Angular is a web application
framework made with TypeScript
and developed by Google. It is
open-source and helps create
single-page web applications
(SPAs). Angular is a complete tool
that includes everything needed to
build web apps, such as managing
navigation, handling data, checking
forms, and connecting to servers.
Benefits of Angular
Complete Framework
1
It provides a full development environment
with all necessary tools built-in.
Consistent Codebase
2 The framework enforces strict patterns and
standards, ensuring uniformity across large
teams.
<button (click)="mesajDeyis()">Dəyiş</button>:
Adds a button with an event binding. When
clicked, it calls the mesajDeyis() method to change
Example Code in Angular
Karma & Protractor Testing tools for unit and end-to-end testing.
What is React?
React is a JavaScript library
developed by Facebook for
building fast, interactive, and
reusable user interfaces,
primarily for web applications.
It focuses on creating
components, which are small,
reusable pieces of code that
represent parts of the user
interface. React uses a virtual
DOM (Document Object Model)
to efficiently update and
render only the components
that have changed, making it
highly performant.
React Code Example
<button onClick={changeMessage}>Change</button>
When the button is clicked, the changeMessage function is
called, which updates the state.
■ https://www.damcogroup.com/blogs/angular-vs-react-definitive-guide#:~:text=Angular
%20is%20a%20TypeScript%2Dbased,Material%20UI
Hand drawn flat design metaverse illustration II
■ https://radixweb.com/blog/react-vs-angular
Hand drawn flat design metaverse background IV
■ https://v17.angular.io/guide/what-is-angular
■ https://legacy.reactjs.org/
THANKS
FOR
WATCHING