From the course: JavaScript for Web Designers

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Vanilla JavaScript versus frameworks

Vanilla JavaScript versus frameworks - JavaScript Tutorial

From the course: JavaScript for Web Designers

Start my 1-month free trial

Vanilla JavaScript versus frameworks

- [Instructor] One more thing before we start working on projects. The question often comes up, should I learn JavaScript by itself, often called vanilla JavaScript, or should I use a framework or library. There are unaccountably many JavaScript frameworks and libraries. The most popular ones as of this recording are probably React, Angular, jQuery, and Vue. And they all offer benefits and drawbacks that are worth discussing. Using a framework can make life much easier because there are few tasks or problems that someone else hasn't seen before. And if you find a framework that deals with that problem you can get on with your own work more quickly. A framework may include ideas and cleverness that you wouldn't have thought of otherwise. So they can be great learning tools and help you avoid common problems before you face them. A good framework will probably have security features built in that you would otherwise…

Contents