Bootcamp

From idea to product, one lesson at a time. To submit your story: https://tinyurl.com/bootspub1

Follow publication

Rising to New Heights: Angular 16’s Epic Battle with Vue, React, and Svelte

Andre Zago
Bootcamp
Published in
6 min readApr 27, 2023

Credits: Alexa Kyler on LinkedIn

Framework trends

Google search for the frameworks
Google search for the frameworks from 2020 to the first quarter of 2023

Benchmark scenario

<header>
<h1>Hello, world!</h1>
</header>

Performance Analysis

Browser Metrics Results
Stacked Performance Chart

Conclusion

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

Bootcamp
Bootcamp

Published in Bootcamp

From idea to product, one lesson at a time. To submit your story: https://tinyurl.com/bootspub1

Andre Zago
Andre Zago

Written by Andre Zago

Hello! I'm a Software Engineer at Amazon and I love to share my learnings with others! Shall we engineer the world?

Responses (5)

And now just a quick word about why I chose Angular, all those years ago. Angular is the most opinionated, which means it is the only real choice for large enterprise based projects. A few years ago, I worked on a project for the Irish Government…

This could be misleading. As you pointed out in the beginning, React is a library and isn't bundling any framework overhead which may affect load time. Comparing Angular with Next.js may be more apples to apples.

As an Angular Dev of 8 years, I am definitely in the pro Angular camp, but I am very sceptical about the new standalone & functional updates.
The whole point of using NgModule is to organise groups of components, that share the same libraries.
I…