Mastering React ~ Best Practices 2022 Part 1

Andreas Sujono
11 min readJan 30, 2021

Why ReactJs?

ReactJs is undoubtedly become the most popular library (or a “framework”) that is used to develop a user interface. But, why do you need to learn ReactJs? the official documentation has explained it all. However, the other frontend frameworks also offer the same benefit

There are 2 other popular frontend frameworks, Angular and VueJs. However, in my opinion and experiences working with those 3, I still prefer React than other frontend frameworks.

Firstly, React is used more widely by many big companies, for example, Meta (the creator), Netflix, Airbnb, Khan Academy, and many more. It means React offers bigger communities where people can collaborate to solve common problems/errors or even contribute to improving React and help build component libraries. It also means that more job opportunities arise for React developers. ReactJs is backed by one of the biggest tech company which is Meta which means that you don’t need to worry about ReactJs improvement and future development.

The other reason why you need to learn ReactJs is because it has a fast learning curve which makes it easier to learn than the other 2 frameworks. Because essentially ReactJs is just a pure Javascript + HTML and CSS. You don’t need to learn another syntax. The other React concept such as “state”…

--

--

Andreas Sujono
Andreas Sujono

Written by Andreas Sujono

A Full Stack Developer with 5 years of working experience, Web2 and Web3 Enthusiast, twitter: @AndreasSujono2

No responses yet