Home  >  Article  >  Web Front-end  >  Is javascript a framework?

Is javascript a framework?

青灯夜游
青灯夜游Original
2022-02-16 16:04:383015browse

Javascript is not a framework. JavaScript is a literal scripting language, a programming language widely used on the client, which can be used to add dynamic functions to HTML web pages; and the Javascript framework refers to a programming framework based on the Javascript language.

Is javascript a framework?

The operating environment of this tutorial: windows7 system, javascript version 1.8.5, Dell G3 computer.

Javascript is not a framework, but a scripting language.

Introduction to JavaScript

JavaScript ("JS" for short) is a lightweight, interpreted or just-in-time compiled programming language with function priority. Although it is famous as a scripting language for developing Web pages, it is also used in many non-browser environments. JavaScript is based on prototype programming, a multi-paradigm dynamic scripting language, and supports object-oriented, imperative, declarative, and functional programming paradigm.

JavaScript is a dynamically typed, weakly typed, prototype-based language. Its interpreter is called the JavaScript engine, which is part of the browser and is widely used in client-side scripting languages. It was first used on HTML web pages to add dynamic functions to HTML web pages.

JavaScript is a network scripting language that has been widely used in Web application development. It is often used to add various dynamic functions to web pages to provide users with smoother and more beautiful browsing effects. Usually JavaScript scripts realize their functions by embedding them in HTML.

JavaScript is a cross-platform interpreted language that does not require pre-compilation and can run under various operating systems.

JavaScript Framework

Javascript framework refers to a programming framework based on the Javascript language.

JavaScript frameworks are now being integrated into their own web and mobile applications.

The development direction of software is shifting towards the client. Building back-end APIs and rich front-end clients is a big trend, and most of these are written in JavaScript frameworks. This seems to be a trick the developers are using. If you use the API when developing the front-end interface, you will be more familiar with the API and you will have a clear understanding of your work content. Applying this technology to writing clients makes it very easy to write top-notch iPhone or Android applications.

Before the advent of JavaScript frameworks, developers could only perform jQuery operations on the page. This approach can easily cause confusion for developers about coding operations, and is not easy to manage. Backbone was the original frontrunner, providing a basic structure and organization alongside developer-friendly frameworks such as Angular and Ember. Nowadays, it has been favored by many projects. We often overlook the professional background of developers, which may lead them to discover a popular framework that feels very intuitive and makes the JavaScript framework easier to understand.

Common javascript frameworks include:

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 recommendations: javascript learning tutorial]

The above is the detailed content of Is javascript a framework?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn