Do we still need JavaScript frameworks?

Asked by Last Modified  

Follow 2
Answer

Please enter your answer

Java Tutor

Yes , we need.
Comments

IT Professional Trainer with 15 years of experience in IT Industry

It’s not necessary, it’s a circumstantial choice. Some people like to use them. I prefer libraries and vanilla JavaScript, and I’m far from alone. Take Github for example, which doesn’t use a framework and just stripped its last bit of jQuery out of github.com. They primarily...
read more
It’s not necessary, it’s a circumstantial choice. Some people like to use them. I prefer libraries and vanilla JavaScript, and I’m far from alone. Take Github for example, which doesn’t use a framework and just stripped its last bit of jQuery out of github.com. They primarily use libraries and web components. That doesn’t mean you should never consider a framework, it’s just an example of not explicitly needing one. The choice to use a framework or not comes down to understanding what your options are. Some of the other answers very clearly lack the distinction between libraries, frameworks, and raw JavaScript. I strongly encourage you to review The Many Flavors of JavaScript, which differentiates between each of these. Once you can see the difference, it will be much easier to determine which option is the right fit for your scenario. By my observations (since the late 90’s) frameworks don’t really save you time. You just spend your time at different points in the software development life cycle. For example, this is a graph I made tracking time spent on building your own framework and using a pre-built framework. The dark line represents development time for creating your own framework. The blue line represents the time of using an existing framework. The upfront time spent creating your own framework seems massive… and it is substantial. However; as applications evolve and needs/complexity within them increase, the frameworks may not rapidly meet needs as well as they once appeared to. Frameworks are a bit like pre-calculated answers for problems — at some point you’ll need a solution for something the framework hasn’t pre-solved. This is when you have to start digging into the internals of a framework. I consistently see teams that run into limitations because they need to do something against the norm with a framework. Asking the framework authors to do something outside of the norm or that doesn’t serve the majority audience can be met with resistance, forcing you to hack together a solution around the framework. In other words, you have to navigate through someone else’s approach towards development instead of your own. It’s not always confusing, but it can be tough to figure out the internals of other people’s code. Then again, some apps don’t evolve too much, so a framework could be helpful if you don’t plan to change too much over time. This is true for proof of concept apps that you know will be rewritten once the concept is fleshed out/proven. Perhaps your “framework graph” levels out right away. I also don’t believe frameworks necessarily make development accessible to lesser-skilled developers. Frameworks merely shift complexity. Frameworks shine in team environments where multiple people will be working on the same code base. If you have 5 people who all know React, then you have 5 people who immediately understand the same set of standards. They know how to do the same kind of work, the same way. It’s commoditization of development (which is great in team environments). It’s also a good business move for some companies. If you lose a framework developer, you can find a replacement who doesn’t need much onboarding time. So again, there are positives and negatives to using frameworks, meaning there are circumstances where it makes sense and circumstances where it does not. Just make sure you know what your options are before judging whether your project necessitates a framework. read less
Comments

If your question is - Do we still need to learn JavaScript Framework? Answer is Yes. It also depends on what you are trying to accomplish. If your question is, why we need so many JS frameworks - I don't think you can control this. People keep innovating w.r.t UI design. Its natural that you will...
read more
If your question is - Do we still need to learn JavaScript Framework? Answer is Yes. It also depends on what you are trying to accomplish. If your question is, why we need so many JS frameworks - I don't think you can control this. People keep innovating w.r.t UI design. Its natural that you will have so many to choose from. read less
Comments

View 1 more Answers

Related Questions

What types of jobs are available for those that know just HTML/CSS and JavaScript?
By being hired by companies that require front-end development. I don't only know JavaScript, CSS and HTML, but they're pretty much the only technologies I ever use at work, because there's so much front-end...
Pritty
0 0
5
What's the event loop?
In computer science, the event loop is a programming construct that waits for and dispatches events or messages in a program. It works by making a request to some internal or external "event provider"....
Spandana
0 0
5
How Java is different from Java script?
Java is server side language is used to make application. Java is need to compile. The end user can not see the code of java it is secured. But Javascript is script language is a open source can be viewed by end user in browser.
Samadhan
What is the best way to learn JavaScript?
Learn Java Script Basics Learn OOPS and Design pattern in JavaScript Learn Jquery , DOM , JSON etc. Try Framework like ReactJS / AngularJS Refer to online tutorial or get fast track training...
Umamahesh
0 0
5

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

What Should I Learn in 2025 for Frontend or Web Technology?
If you're wondering what to focus on in 2025 to excel in frontend development, here's a concise guide: 1. React.js React remains one of the most in-demand technologies for building modern web applications....

Simple Algorithms - Fibonacci, Finding GCD & Finding LCM.
import java.util.Scanner; //0,1,1,2,3,5,8,13,21,34... //fun(n)=fun(n-1)+fun(n-2) where n>=2 /*fib(9)=fib(8)+fib(7) =fib(7)+fib(6)+fib(6)+fib(5) =fib(6)+fib(5)+fib(5)+fib(4)+fib(5)+fib(4)+fib(4)+fib(3) */ public...

Advantage of Node.js over Angularjs
i. Nodejs helps a user to develop scalable network applications. It delivers efficiency along with with event-driven, non-blocking I/O model, which has been proved ideal for real-time data-intensive applications....

Java Interview Questions & Answers
Java Interview Questions have been designed especially to get you acquainted with the nature of questions you may encounter during your interview for the subject of Java Programming Language. As per my...

Bootstrap grid system
What is a Grid? As put by wikepedia − In graphic design, a grid is a structure (usually two-dimensional) made up of a series of intersecting straight (vertical, horizontal) lines used to structure...

Recommended Articles

Here are the top 6 must have skills for every Web Designer : Technical Skills Web designers undoubtedly require very strong technical skills. They must have hands on using Web designing software and tools, such as Adobe Dreamweaver, Fireworks, Photoshop, Flash etc. In addition to the knowledge of design...

Read full article >

Hadoop is a framework which has been developed for organizing and analysing big chunks of data for a business. Suppose you have a file larger than your system’s storage capacity and you can’t store it. Hadoop helps in storing bigger files than what could be stored on one particular server. You can therefore store very,...

Read full article >

Applications engineering is a hot trend in the current IT market.  An applications engineer is responsible for designing and application of technology products relating to various aspects of computing. To accomplish this, he/she has to work collaboratively with the company’s manufacturing, marketing, sales, and customer...

Read full article >

Whether it was the Internet Era of 90s or the Big Data Era of today, Information Technology (IT) has given birth to several lucrative career options for many. Though there will not be a “significant" increase in demand for IT professionals in 2014 as compared to 2013, a “steady” demand for IT professionals is rest assured...

Read full article >

Looking for Java Script Training classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you