UrbanPro

Learn Java Script Training from the Best Tutors

  • Affordable fees
  • 1-1 or Group class
  • Flexible Timings
  • Verified Tutors

Search in

Do we still need JavaScript frameworks?

Asked by Last Modified  

Follow 2
Answer

Please enter your answer

Java Tutor

Yes , we need.
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

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

View 1 more Answers

Related Questions

Hi, We provide online instructor-led training. I am looking for Java Teacher/Instructor who can teach java via online. If anyone interested then contact me. I have to start the class from tomorrow onwards.
Hi, If you haven't finalised yet, I am interested in being an instructor. I will be teaching the newest version of Java, Java 10. Experience - 3 yrs as Software Engineer, BTech CSE, teaching Java to school and college students since 3 yrs.
Ujjwal Rana

Which skills do i require to be an better ui developer?

Mainly HTML, CSS, JavaScript and Advance need Javascript Framework like AngularJS, Angular, Ember JS, React JS and so and so.
Soumya Ranjan
Some basic program bass of java and how it work?
JavaScript (Lightweight & loosely typed client-side Scripting Language which needs interpreter) is entirely different from Java (Programming Language which needs compilation)
Shekhar
I know HTML, CSS, and a bit of JavaScript. What should I learn next?
HTML,CSS and Javascript are Tools which are used for Front-End Web Development. The next step is to learn the following: 1)Learn Javascript Frameworks like node.js,react.js,angular.js etc. 2)Learn Back-End...
Inch By

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

Ask a Question

Related Lessons

JavaScript Arrow Function
Javascript Arrow Functions : JavaScript ES6 is a type or version which let us provide a way to write javascript syntax in a better way. ES6 version is having a feature or new method to use functions...
A

Abhay

0 1
0

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...

Javascript basic Interview Questions
Check below logical operators var a = false && 'Cat'; false var b = 'Cat' && 'Dog'; dog var c = 'Cat' || 'Dog'; cat var d = !true; false var e = !false; false what are...

Some good resources
Clean Code by Robert C Martin, is available in my profile please download and read it, irrespective of what language you code in, it will change the way you code. Also if you code in Javascript read https://12factor.net/ https://blog.risingstack.com/javascript-clean-coding-best-practices-node-js-at-scale/ For...

Always keep learning
If you are in IT, in order to survive you have keep reading and keep polishing your skillsets and this you can do everyday by taking small steps like learning and implementing them. There are so many...

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
X

Looking for Java Script Training Classes?

The best tutors for Java Script Training Classes are on UrbanPro

  • Select the best Tutor
  • Book & Attend a Free Demo
  • Pay and start Learning

Learn Java Script Training with the Best Tutors

The best Tutors for Java Script Training Classes are on UrbanPro

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more