net - UK (2020-02)

(Antfer) #1
@Component({
selector: “app-click-me”,
template: `
<button (click)=”onClickMe()”>Click me!</
button>
`
})
export class ClickMeComponent {
onClickMe() {
console.log(“You clicked me!”);
}
}

Popularity and market
share
Let’s begin by looking at an overall
picture of the three frameworks
in regards to the rest of the web
by examining stats from W3Techs
(w3techs.com). Angular is currently used
by 0.4 per cent of all websites, with a
JavaScript library market share of 0.5
per cent. React is used by 0.3 per cent of
all websites and a 0.4 per cent JavaScript
library market share and Vue has 0.3 per
cent for both. This seems quite even and
you would expect to see the numbers rise.

Google trends: Over the past 12 months,
React is the most popular in search
terms, closely followed by Angular. Vue.js
is quite a way behind; however, one thing
to remember is that Vue is still young
compared to the other two.

Job searches: At the time of writing, React
and Angular are quite closely matched in
terms of job listings on Indeed with Vue a
long way behind. On LinkedIn, however,
there seems to be more demand for Vue
developers. Here are some statistics from
a few of the major job websites:

Indeed
React Developer: 14,689 (US), 3,812 (UK)
Angular Developer: 13,096 (US), 2,820
(UK)
Vue Developer: 2,187 (US), 976 (UK)

Worldwide – LinkedIn
26,646 – React Developer
28,466 – Angular Developer
45,434 – Vue Developer

Stack Overflow: If you look at the Stack
Overflow Developer Survey results for
2019, React and Vue.js are both the most
loved and wanted web frameworks.
Angular sits down in ninth position for
most loved but third most wanted.

GitHub: Vue has the most number
of stars with 153k but it has the least
number of contributors (283). React on
the other hand has 140k stars and 1,341
contributors. Angular only has 59.6k
stars but has the highest number of
contributors out of the three with 1,579.

Right React dominates, both
in terms of Google search
volume and Indeed developer
vacancies in the US and UK

Right While Vue.js
falls a way behind
in terms of Google
search trends, it
ranks highly on
GitHub as the most
starred of the three
frameworks

FEATURES
The future of frameworks

Free download pdf