Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

List of major JavaScript frameworks/libraries [closed]

Tags:

javascript

I'm beginning to dig a little deeper into JavaScript development and would like to cut time off discovering what tools do I have to use to do the job. I'm looking for some website where all major JavaScript libraries and frameworks would be listed by the category.

Is there anything like www.ruby-toolbox.com in the JavaScript world?

like image 977
Sergey Avatar asked Jul 10 '12 22:07

Sergey


People also ask

How many JS libraries and frameworks are there?

As we've said, JavaScript libraries are used to perform specific functions. There are around 83 of them, each created to serve some purpose, and we are going to cover some of their usability in this section.

How many types of JavaScript frameworks are there?

The five most popular JavaScript frameworks are Node. js, Vue. js, AngularJS, Ember. js, and React.


2 Answers

Is there anything like www.ruby-toolbox.com in the JavaScript world?

There is not. I tried googling around a bit, and here are some that come close:

  • http://www.javascriptplugins.com/
  • https://developers.google.com/speed/libraries/devguide
  • http://microjs.com/

Also see https://stackoverflow.com/questions/394601/which-javascript-framework-jquery-vs-dojo-vs.

like image 133
user123444555621 Avatar answered Oct 13 '22 01:10

user123444555621


I believe this is the most complete catalog for JavaScript libraries sorted in categories.

http://jster.net/

like image 43
Boris Brdarić Avatar answered Oct 13 '22 00:10

Boris Brdarić