Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/portfolio.js
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,12 @@ const blogSection = {
title: "Why REACT is The Best?",
description:
"React is a JavaScript library for building User Interface. It is maintained by Facebook and a community of individual developers and companies."
},
{
url: "https://www.scaler.com/blog/angular-vs-react/",
title: "Why REACT and not Angular?",
description:
"React offers a modular and flexible architecture, ideal for creating dynamic and high-performance user interfaces. Thanks to its virtual DOM, it optimizes interface updates, ensuring increased responsiveness. Its active community and rich ecosystem facilitate the rapid development of modern applications, unlike Angular, which imposes a more rigid structure and a steeper learning curve."
}
],
display: true // Set false to hide this section, defaults to true
Expand Down