Monthly Archives: June 2021

JavaScript Front-end Frameworks in 2021 – Angular VS React VS Vue

JavaScript Front-end Frameworks in 2021 – Angular VS React VS Vue

Whether you are a junior, middle, senior developer, freelancer or project lead it is helpful to know all the pros and cons of each framework in detail. A couple of years ago, there were debates over whether to use Angular or React. What is important to mention immediately is that these are large projects that are very quickly and constantly being improved and changed. Very soon after Angular and React, the Vue framework appeared, whose community is growing day by day.

This article is intended to remove some doubts if they exist about these frameworks and to help you choose which of these frameworks is the right solution for you.

1. Overview and History of Angular, React, and Vue

Angular

Angular is the oldest, developed in 2010 by Google. It is a JavaScript framework that is based on TypeScript. Angular was primarily called AngularJS, which was the first version (1.0). It quickly became the most popular JavaScript MVC (Model View Controller) framework.

However, big changes occurred in 2016 when Angular 2 or the second version (2.0) was released. Since there have been big changes and Angular 2 is different from AngularJS, Google dropped JS from the name to separate these two versions. These changes created certain problems because developers had to migrate applications from the AngularJS version to the Angular 2 version which was not so easy. All versions after Angular 2 retain the name Angular, although AngularJS is still getting new updates, in this article, we will focus only on Angular.

Angular has a tradition of releasing a new version every 6 months. It is a complete framework, many things are already built-in. It comes with pre-packaged items that are needed within the application development process. There is an already designed structure on the file setup and when you create components what the file structure should look like. There is also an Angular CLI that allows components to be generated. The latest version that came out was Angular 11 and was released in November 2020.

React

React was developed in 2013 by Facebook. Facebook primarily developed React for its products however since it is open-source, React has gained immense popularity and developed a large community thus becoming a competitor to Angular. Facebook uses React for its products such as Facebook, Instagram, and WhatsApp.

React is the complete opposite of Angular in terms of pre-packaged items. It is minimal and therefore it is necessary to get packages for almost everything. For this reason, React is considered to be a library and not a framework which makes it lightweight in terms of code.

The latest version that came out was 17.0.2 and was released in March 2021.

Vue

Vue is the youngest member of the group. It was developed by former Google employee Evan You in 2014. Although the youngest, Vue has had a great deal of popularity in the past few years. Bearing in mind that Vue does not come with the background of a large company, this is a great success. The latest version that came out is 3.0.11 which came out in April 2021.

2. Learning curve

Angular has many things that React does not have. Angular has a steep learning curve, considering it is a complete solution, and mastering Angular requires you to learn associated concepts like TypeScript and MVC. But investing in Angular is worth it in terms of understanding how Front-end works. With React we can choose whether we want to use TypeScript or not. There is so much in Angular that is specific only to Angular such as e.g. syntax, while React uses regular JavaScript for almost everything, things that are normally used in JavaScript, especially if it’s ES6. There aren’t some extra things in React that are specific to React only. However, learning to use React does not necessarily mean that you are using the best practices.

The Vue provides the highest adaptability and flexibility, which is why it can be easier to learn than Angular or React. The Vue also uses similar functionalities such as components the same as Angular and React which allows a simple transition to Vue. However, this simplicity and flexibility is a double-edged sword because it allows writing bad code and makes it difficult to remove errors as well as testing.

The difference in the learning curve is that Angular is more powerful with built-in stuff but also harder to get started and learn, where on the other side React a little easier to start but then we have extra work to bring in the necessary packages. Vue is a code-focused framework and we can position it between Angular and React. It has some built-in features that Angular offers but not all, however, certain features are managed by the community. We can say that Vue is more than React but less than Angular. However, compared to Angular and React, Vue has the simplest learning curve.

3. Ecosystem

There are quite a few different frameworks built on top of React. There are Next.js and Gatsby.js that add different things to React which gives us a lot of options. This way React has more flexibility compared to Angular, as Angular doesn’t have as many additional things that provide great flexibility. Using Angular it is possible to do anything but the ecosystem itself is not as developed as with React.

So with Angular, you have everything you need but it is more Angular specific, while with React you have everything you need but it’s more flexible, you can use any javascript package that you want.

Vue tries to pick the middle ground. Vue.js provides a lightweight framework surrounded by an ecosystem that is officially maintained by the Vue team. Just as React has Next.js and Gatsby.js so Vue has Nuxt.js which is equivalent to Next.js and Gridsome which is equivalent to Gatsby.js. React as the ecosystem has a few more options, a few different competing frameworks on top of it than Vue does. Vue has a decent ecosystem and enjoys all the right characteristics of React library and Angular framework.

4. Community

The community is incredibly huge for all three. You can’t go wrong in that sense. People are willing to share, they like to make content about these frameworks. Community is simply a plus for all three.

The interesting thing here is that Vue has the most stars on GitHub compared to Angular and React.

Source: Star History

If we check Google Trends, we can see that React leads convincingly. It should be borne in mind that this is shown on a global level and that this metric is not 100% accurate since these words may have different symbolism.

Source: Google Trends

By the number of downloads, React dominates again.

Source: NPM Trends

If we look at Front-end framework usage, we can see the same.

Source: Front-end Frameworks

5. Job opportunities

Since this is a specific situation for everyone, the best advice would be to research the area where you live and check all the companies, and based on that, to conclude which of these frameworks is most used. Even if you make the wrong decision, you will gain a lot of experience and it will be easier for you to learn another framework. No matter which framework you learn first, that doesn’t mean you won’t learn the other.

Angular is more used in enterprise companies because of the structure itself and the strong typing that comes with TypeScript. Since such companies use .NET, Java and C ++ a lot, the structure used by Angular suits them better.

React was not as popular at first as it is now. However, React has also started to be used in large projects and you will hear more often that a company has switched from Angular to React than vice versa.

Vue consists of a large number of unique factors, which can be a disadvantage instead of an advantage. Vue is very versatile and therefore can often be overly flexible for organizations that have a lot of developers. Currently, Vue is highly sought after in the Asian market and is best suited for providing modern and high performance apps. Vue could be the best option if you need to make a prototype quickly.

Source: Zero To Mastery

Vue is less popular with employers than the other two frameworks, simply because Angular and React have existed longer and because they have been backed by big companies like Facebook and Google. Primarily looking for a job, Vue is not a good choice because it has fewer jobs.

6. Conclusion

Taking into account the statistics we have shown, React is definitely coming out as the winner. That doesn’t necessarily mean that React is the best, but it is certainly the most popular.

Any of these frameworks is a good choice, especially based on your area. Given the excitement and momentum that React has, the content around React, the tutorials and workouts around React and that it’s easier to start with the flexibility it offers, React is definitely the best recommendation.

Angular is also a good choice since you can easily switch to React later, but React is easier to get into. On the other hand, if finding a job is not a priority or if you are programming from a hobby, Vue is certainly the best choice in that situation.

So, it is not possible to say exactly who is the winner here, since all frameworks offer great possibilities and everything depends on your personal needs. But to help you we can make one small list by putting React as number one in the current situation by all parameters and because of popularity. We will put Angular as number two since it is less popular in the current situation compared to React. And as number three we will put Vue only because there are currently fewer jobs in the job market.

If you plan to do Front end, after html, css and javascript you must learn one of these frameworks.

We invite you to follow us on social networks so you can keep up with all our latest projects and news.

Meet Our Leadership

Our leadership team is the driving force of the organization, putting our clients at the center of all we do. They have only one mission: to ensure that every project, from start to finish, functions flawlessly. They pay attention to the goals of management and employees, as well as the entire community, thus meeting the expectations of all stakeholders.

Local decisions that focus on people, not just numbers – is their strategy.

They are proud of the fact that their company is a socially responsible business organization that exports high-quality software solutions to foreign markets.

View the members of the Elephant Solutions leadership team

Read their biographies

Miloš Novaković, CEO

Born in Bijeljina on September 14, 1980.

He finished primary and secondary school in Bijeljina. Holder of Vuk’s diploma in both schools. After that, he finished the Faculty of Electrical Engineering in Belgrade. Started his professional career in 2007.

He emphasizes his inclination towards mathematics from the beginning of primary school, towards computers from the beginning of secondary school.

Married, father of two children.

Hobbies: basketball, aquarists, horticulture.


Velibor Maksimović, COO

Born on January 25, 1974.

He finished primary and secondary school in Bijeljina, graduated from the Faculty of Technical Sciences in 1999 at the Department of Electrical Engineering, Computer Engineering, and Systems Management. He earned a degree in electrical engineering and computer science.

He emphasizes his inclination towards mathematics, physics, and computers since elementary school. He bought his first computer in 1986.

Started working professionally as a programmer (developer) and later as an IT manager.

Married, father of three children.

Hobbies: folklore, travel, wines, and wineries.


How it all began

The story goes like this:

At the end of 2012, Miloš was left without a permanent job but with experience in freelancing. After several attempts to find a permanent job, he decides to start his own business. The official start was on February 1, 2013. From the beginning, he had the support of certain colleagues from the USA to start a private business by providing him with regular projects. In addition, there was a project to maintain and improve the server and network infrastructure at Sport Vision in Bijeljina.

Already at the end of 2014, he realized that he had reached the maximum in the scope of work that he could achieve on his own, and he began to think about finding a partner. Due to the good cooperation, he had during the period when they were working together on the previous job in the bank, he offered a partnership to his colleague Velibor. Miloš aimed to try joint investment between the two of them and the company Spirit21 to affirm a startup that will become a company. That officially happened in February 2016.

The rest is history. 😄

When it comes to division of labor, there are no strict demarcations but there are areas that Miloš is more interested in, such as technical aspects of projects, financial management and customer interviews, while Velibor is a little more focused on business organization management, strategic planning and project management.


Fan facts

Miloš states that Velibor was not chosen as a partner by chance. “I think that Velibor is among the best people in the organization of work that I have ever met. Our interests and responsibilities are so distributed that we fit in like yin and yang. ”

“It is interesting that in my first job, Velibor was the director of the team in which I was a member. From then until today, we have practically worked together in various constellations. ” – Miloš proudly points out.


Business in the future

The vision of the company’s growth and progress is to expand its business to foreign markets and invest in the improvement of human resources, to become recognized on the market as a company that constantly sets higher standards in business and social responsibility.

To be synonymous with a company that operates in collusion with the times to come introduces new ideas and trends.


We invite you to follow us on social networks so you can keep up with all our latest projects and news.

Looking forward to growing with you as we embark on this new journey.

You’ll hear from us very soon!