What is the advantage of front-end frameworks like React?

Asked

Viewed 1,307 times

9

I was talking to some friends and in the conversation they told me that frameworks like React would be mandatory for front end programming nowadays.

I wanted to know your opinion on this, on why to use a front end language and if not you will be excluded from the market.

What are the advantages of using a "framework" front end and why we should use it.

  • 1

    Before it starts to rain comments that the question is very subjective: the question is interesting, but there are things that can not say - how to predict what will happen in the "market" in the future. The last sentence, however, I find fully responsive.

1 answer

6


A front end framework brings together various features and facilitates much of your work. Using a framework you will find many facilities like:

  • Reuse of code
  • More Speed in Development
  • Easier to find solutions
  • More Optimized Functions (Frameworks have a spec team working on frequently improving methods)
  • Error reduction (Because the functions have already been tested by several other devs)
  • Abstraction of the solution, you will worry more about why, than how to do.

I believe that these advantages are already a great reason to use frameworks. As a professional I believe that the domain of a framework generates prominence in the market. Your friends are right, there are no systems made today without the help of some framework.

  • 1

    So the market trend is for every application to use React, Vue or Angular and other front frameworks that are emerging at the moment? Besides Wordpress, Opencart, Grav have very few good templates using frameworks like React or front end languages. Don’t you think it’s still too early to use it in every application? For example if I blog in Wordpress, why should I use React? ?

  • I don’t think it’s too soon, the framework will only be established if used, if we wait too long to use it it will simply lose its meaning. The templetes take time to adapt to technologies, because there is the learning curve of those who develop them. The choice of which framework is very sensitive, you can rely on N factors, but it turns out to be a bit of market intuition. You should use React because it will develop faster, with more safety and quality, achieving a better result, only this should be enough for you to choose some of the various fraework.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.