D3.js (or just D3 for Data-Driven Documents) is a JavaScript library for producing dynamic, interactive data visualizations in web browsers. It makes use of the widely implemented SVG, HTML5, and CSS standards. It is the successor to the earlier Protovis framework. … [Read more...] about D3.js logo
React.js logo
What is React.js? Originally created by Facebook – for its Instagram app – React JS is now ‘open-source’ and has a huge following among programmers, which means a vast library of resources. React.JS is an open source JavaScript library which is used for building user interfaces particularly for … [Read more...] about React.js logo
Modernizr logo
Modernizr is a JavaScript library which is designed to detect HTML5 and CSS3 features in various browsers, which lets JavaScript avoid using unimplemented features or use a workaround such as a shim to emulate them. Modernizr aims to provide this feature detection in a complete and standardized … [Read more...] about Modernizr logo
RequireJS logo
RequireJS is a JavaScript file and module loader. It is optimized for in-browser use, but it can be used in other JavaScript environments, like Rhino and Node. Using a modular script loader like RequireJS will improve the speed and quality of your code. … [Read more...] about RequireJS logo
Vue.js logo
Vue.js is an open-source progressive JavaScript framework for building user interfaces. Integration into projects that use other JavaScript libraries is made easy with Vue because it is designed to be incrementally adoptable. … [Read more...] about Vue.js logo
Marionette.js logo
Marionette is a composite application library for Backbone.js that aims to simplify the construction of large scale JavaScript applications. It is a collection of common design and implementation patterns found in applications. … [Read more...] about Marionette.js logo
Polymer logo
Polymer is an open-source JavaScript library for building web applications using Web Components. The library is being developed by Google developers and contributors on GitHub. Modern design principles are implemented as a separate project using Google's Material Design design principles. … [Read more...] about Polymer logo
Webpack logo
Webpack is an open-source JavaScript module bundler. Webpack takes modules with dependencies and generates static assets representing those modules. It takes the dependencies and generates a dependency graph allowing web developers to use a modular approach for their web application development … [Read more...] about Webpack logo