Home > Article > Web Front-end > What are the JavaScript frameworks?
Javascript frameworks include: 1. Bootstrap framework, which has the characteristics of simple and intuitive front-end development; 2. EasyUI framework, which can define the user interface by just writing some simple HTML tags; 3. React framework, which is A JAVASCRIPT library for building user interfaces.
The operating environment of this tutorial: Windows 7 system, JavaScript version 1.8.5, DELL G3 computer.
javascript framework includes:
1. Front-end UI framework
1. Bootstrap framework, which comes from Twitter, is currently the most popular front-end framework. It has the characteristics of simple and intuitive front-end development.
2. EasyUI framework. EasyUI is a collection of user interface plug-ins based on jQuery, Angular., Vue and React. By using easyui, you don't need to write a lot of code. You only need to write some simple HTML tags to define the user interface.
two. Front-end framework
1, Node.js framework. Node.js is an event-driven I/O server-side JavaScript environment based on Google's V8 engine. The V8 engine executes Javascript very quickly and has very good performance.
2. Vue.js framework. Vue.js is a very popular JavaScript MVVM library at the moment. It is built with data-driven and component-based ideas. Compared with Angular.js, Vue.js provides a simpler and easier-to-understand API.
3. React framework. React originated from Facebook's internal project and was used to build the Instagram website. It is a JAVASCRIPT library used to build user interfaces.
4. Angular.Js framework. The angular.Js framework is an excellent front-end JS framework that has been used in many Google products. AngularJS has many features, the most core of which are: MVC (Model–view–controller), modularization, automated two-way data binding, and semantic tags.
Related free learning recommendations: javascript video tutorial
The above is the detailed content of What are the JavaScript frameworks?. For more information, please follow other related articles on the PHP Chinese website!