This article mainly introduces in detail the top ten popular JavaScript frameworks and libraries, which are essential for the front end. Interested friends can refer to them
Javascript frameworks and libraries can be said to be the largest and most tiring categories of open source projects. Currently, there are the most projects of this type on github, and a new project will appear almost every once in a while to sweep the Internet. Although the community promotes the development of innovation, it has to be said that front-end developers suffer. Therefore, this article lists the features of some excellent Javascript frameworks and libraries and their star numbers on github, aiming to provide some reference for developers.
1. ReactJS(Star: 59989,Fork: 10992)
React.js (React) is a A Javascript library used to build user interfaces, mainly used to build UI. Many people think that React is the V (View) in MVC. React originated as an internal project at Facebook to build the Instagram website and was open sourced in May 2013. React has high performance and very simple code logic. More and more people have begun to pay attention to and use it.
Features of React:
1. Declarative design − React adopts a declarative paradigm, which can easily describe applications.
2. Efficient-React minimizes interaction with DOM by simulating DOM.
3. Flexible - React can work well with known libraries or frameworks.
4.JSX− JSX is an extension of Javascript syntax. JSX is not required for React development, but it is recommended.
5. Components − Building components through React makes it easier to reuse code and can be well applied in the development of large projects.
6. One-way response data flow − React implements one-way response data flow, thereby reducing repeated code, which is why it is simpler than traditional data binding.
2. AngularJS (Star: 54769, Fork: 27292)
architecture of a web application without the need for manual DOM manipulation. AngularJS is small, only 60K, compatible with mainstream browsers, and works well with jQuery.
3. Vue.js (Star: 43608, Fork: 5493)objects as model
●Concise and clear API ●Component-based UI construction ●Use with other libraries4, jQuery (Star: 43432, Fork: 12117)documents, events, implement animation effects, and easily provide AJAX interaction for websites. Another big advantage of jQuery is that its documentation is very complete, and various applications are also explained in detail, and there are many mature plug-ins to choose from. jQuery can keep the code and HTML content of the user's HTML page separated. In other words, there is no need to insert a bunch of js in the HTML to call the command. You only need to define the id.
5. Meteor(Star: 36691,Fork: 4617)Angular is a very popular and easy-to-use web front-end framework currently maintained by Google. This entry covers Angular 2 and later versions. Since Angular 2 and the previous version Angular.js have been officially maintained separately (the GitHub addresses and project homepages of the two are different), this page is created.
7. Ember.js(Star: 17540,Fork: 3646)
Ember is an ambitious web application that eliminates boilerplate and Provides a Javascript framework for standard application architecture.
8. Polymer (Star: 16979, Fork: 1699)
At the 2013 Google I/O conference, Google released Polymer, which It is a class library that uses Web components to build Web applications, and also uses the new HTML 5 standard for building reusable components for the Web. Polymer provides polyfills for most web component technologies, allowing developers to create their own reusable components before all browsers support new features. In addition, Polymer provides a range of widget examples, including weather, clocks, stock quotes, and line charts.
The polyfills in Polymer provide a variety of Web technologies for successfully building applications using Web components, including:
HTML imports: a way to introduce and reuse HTML documents in other HTML documents .
●Custom elements: Allow developers to define and use custom DOM elements.
●Shadow DOM: Encapsulation provided in DOM.
●ModelModel Driven Views: Provides data binding like AngularJS.
●Web animation: API to implement complex animation.
●Pointer event: encapsulation of mouse touch and stylus events
9, Zepto.js (Star: 12074, Fork: 3260)
Zepto.js is a Javascript framework that supports mobile WebKit browsers and has jQuery-compatible syntax. 2-5k libraries that handle most basic tasks via a decent API.
10. Riot.js (Star: 11491, Fork: 902)
template engine, routers, and even libraries and A strict and organized MVP model. Views automatically update when model data changes.
Of course, in addition to the above mentioned, there are many excellent Javascript frameworks and libraries, and a new product emerges almost every once in a while.The above is the detailed content of The ten most popular JavaScript frameworks and libraries. For more information, please follow other related articles on the PHP Chinese website!

去掉重复并排序的方法:1、使用“Array.from(new Set(arr))”或者“[…new Set(arr)]”语句,去掉数组中的重复元素,返回去重后的新数组;2、利用sort()对去重数组进行排序,语法“去重数组.sort()”。

本篇文章给大家带来了关于JavaScript的相关知识,其中主要介绍了关于Symbol类型、隐藏属性及全局注册表的相关问题,包括了Symbol类型的描述、Symbol不会隐式转字符串等问题,下面一起来看一下,希望对大家有帮助。

怎么制作文字轮播与图片轮播?大家第一想到的是不是利用js,其实利用纯CSS也能实现文字轮播与图片轮播,下面来看看实现方法,希望对大家有所帮助!

本篇文章给大家带来了关于JavaScript的相关知识,其中主要介绍了关于对象的构造函数和new操作符,构造函数是所有对象的成员方法中,最早被调用的那个,下面一起来看一下吧,希望对大家有帮助。

本篇文章给大家带来了关于JavaScript的相关知识,其中主要介绍了关于面向对象的相关问题,包括了属性描述符、数据描述符、存取描述符等等内容,下面一起来看一下,希望对大家有帮助。

方法:1、利用“点击元素对象.unbind("click");”方法,该方法可以移除被选元素的事件处理程序;2、利用“点击元素对象.off("click");”方法,该方法可以移除通过on()方法添加的事件处理程序。

本篇文章给大家带来了关于JavaScript的相关知识,其中主要介绍了关于BOM操作的相关问题,包括了window对象的常见事件、JavaScript执行机制等等相关内容,下面一起来看一下,希望对大家有帮助。

foreach不是es6的方法。foreach是es3中一个遍历数组的方法,可以调用数组的每个元素,并将元素传给回调函数进行处理,语法“array.forEach(function(当前元素,索引,数组){...})”;该方法不处理空数组。


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

SublimeText3 English version
Recommended: Win version, supports code prompts!

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

WebStorm Mac version
Useful JavaScript development tools

SublimeText3 Linux new version
SublimeText3 Linux latest version

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.
