<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Nicodemus Friday Salifu</title>
    <description>The latest articles on DEV Community by Nicodemus Friday Salifu (@iam_nick).</description>
    <link>https://dev.to/iam_nick</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1706808%2F7c9452d0-dfcf-4844-84a7-56c9ad8f2f7e.jpeg</url>
      <title>DEV Community: Nicodemus Friday Salifu</title>
      <link>https://dev.to/iam_nick</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/iam_nick"/>
    <language>en</language>
    <item>
      <title>Comparing Javascript Front-end technologies (Angular and React)</title>
      <dc:creator>Nicodemus Friday Salifu</dc:creator>
      <pubDate>Sun, 30 Jun 2024 15:59:06 +0000</pubDate>
      <link>https://dev.to/iam_nick/comparing-javascript-front-end-technologies-angular-and-react-d3c</link>
      <guid>https://dev.to/iam_nick/comparing-javascript-front-end-technologies-angular-and-react-d3c</guid>
      <description>&lt;h2&gt;
  
  
  &lt;strong&gt;Introduction&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Angular and React are both javascript technologies for building complex and interactive web applications. They share several similarities but some distinct characteristics which makes them fundamentally different.&lt;br&gt;
I will be comparing both technologies in this post but first, let's meet them.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Angular&lt;/strong&gt;&lt;br&gt;
Angular JS is an open source JavaScript framework that is used to build web applications. It is a TypeScript-based development platform and design framework with a component-based architecture for building scalable web apps. It has a collection of well-integrated libraries and features, such as client-server communication, routing, and more, that help speed up front-end development.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;React&lt;/strong&gt;&lt;br&gt;
React is a declarative, efficient, and flexible JavaScript library for building reusable UI components. Its component-based architecture and declarative views enable easy creation of interactive, complex UIs. With the 'learn once, write anywhere' principle, developers can build fast, scalable apps for all platforms.&lt;/p&gt;

&lt;p&gt;*&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;em&gt;Now Let's compare them&lt;/em&gt;*
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Popularity: Both technologies are popular, but which is more popular? On Git-hub, React has more stars compared to angular and according to Statista survey in 2022 on the most used framework worldwide, React was in second position while Angular was fifth.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Performance: Since Virtual DOM trees are built on the server and are quite lightweight, React looks to exceed Angular in terms of runtime performance.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Data Binding: Angular uses two-way data binding, which means the model state changes automatically whenever any interface element changes. This keeps the two layers updated with the same data. Whereas, React uses one-way data binding, which renders the modifications in the interface model only after the model state has been updated first.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Server-side Rendering: Angular renders the application by creating a static view before it gets fully interactive. It is up to you the developer to cleverly use the combination of JSON and client-side caching to increase server-side performance. In React, to make your application SEO-friendly, you would need to render the application to the server. React does it with ease with the help of some specific functions.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Both technologies are great for building modern web applications with component-base architecture, choosing the best one to work with depends on the project you want to build. &lt;/p&gt;

&lt;p&gt;PS. I am new to writing, therefore this piece may not be perfect. Thanks for reading.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://hng.tech/internship"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://hng.tech/hire"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://hng.tech/premium"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
