Not long ago, a netizen asked me about using requireJs and seajs on the front end. I asked him if your company had any self-written javascript libraries or javascript frameworks before. His answer was nothing, he just heard about it. Things like requirejs and seajs are new things and new technologies, and they are very valuable, so I want to use them.
This netizen’s question caused me to think about JavaScript module loading technology. In the last article, I gave the basic structure of a JavaScript library I wrote. In fact, one of the reasons for writing this article was because I wanted to use requirejs. Or use technology like seajs to redesign the basic model for writing my JavaScript library. When I learned more about this technology, I found that it was incorrect to use the module loading system to solve the problem of decoupling the general code and business code in the JavaScript library. , the scope of the module loading system is to solve the dependency problem between different JavaScript libraries, rather than to help you how to develop a JavaScript library.
So what is the javascript module loading system?
The module system is mainly designed to solve the problem of naming conflicts of operation objects in different JavaScript libraries and the problem of dependencies between different JavaScript libraries. The module loading system is aimed at large-scale web front-end applications or giant web front-end applications.
Generally, in a giant web front-end application page, the functions of the page are very rich and the business is very complex. Moreover, as time goes by, the functions of the page often change, so front-end developers often have to develop new functions for new functions. Function modules, but in actual business, the functions of various functional modules may penetrate each other, depend on each other, and have intricate relationships. When the page becomes complex, the relationship between the various front-end libraries will become difficult to manage and control. This That’s when the module loading system comes in handy.
For most programmers, there are not many opportunities to independently undertake such a large web front-end application. However, there are many more opportunities to develop small and medium-sized web front-end applications, such as enterprise-level web projects. There are very few types of JavaScript libraries used, and the dependencies of each library are easy to control. There is no need to introduce any module management system. Even the web pages of many small and medium-sized Internet companies are probably not as good as the front-end of enterprise-level web applications. It is complex, so the relationship between its modules or JavaScript libraries is easy to manage. In fact, these small and medium-sized applications like the above are all targeted at certain or specific scenarios. Therefore, I personally feel that in the face of such web front-end projects, we can finally form an independent JavaScript library ourselves. The characteristics of this library should be similar to those of jQuery. The types of libraries are similar: a main library plus several plug-in libraries. The purpose of the main library is to solve the problem of versatility. It should be reusable and migrated, while the purpose of the plug-in library is often related to business code. , but in order to distinguish the scope issues of the main library and the plug-in library, I added the namespace function to the library.
Javascript module loading technology and Hadoop technology have some similarities, that is, they are both technologies for very large systems. They can only play their role under certain conditions, so these technologies are launched from large Internet companies. , because large Internet companies must solve problems as their applications become larger and more complex. When your system is still in its infancy, you often need to be cautious when using these technologies. We should find the simplest and most effective way to solve our actual problems. , if you think this system will become larger and larger in the future, then you should retain the interfaces for using these technologies in the future. If you use them too early, it is very likely that when the system scale expands, the cost of refactoring the code will be higher.
For the module loading system, its most suitable scenario is to solve the decoupling problem between large-scale web front-end application modules. If we just write a new javascript file and immediately use the module loading technology, this is not a bit of a misuse of technology. Well, before we use a certain technology, we should not only consider how it is used, but also whether it is valuable to use it.
The last thing I want to say is that I think small and medium-sized web front-end applications should be deployed in production. Because JavaScript is not the most complex, it is best to package all external JavaScript files into a JavaScript external file. The advantage of this is that it reduces http requests. Number, using module loading technology will make it troublesome or even impossible for you to package files (modules like requirejs and seajs are based on files, and each module is an independent file). This is the same as solving the purpose of reducing http. is contradictory.

Detailed explanation of JavaScript string replacement method and FAQ This article will explore two ways to replace string characters in JavaScript: internal JavaScript code and internal HTML for web pages. Replace string inside JavaScript code The most direct way is to use the replace() method: str = str.replace("find","replace"); This method replaces only the first match. To replace all matches, use a regular expression and add the global flag g: str = str.replace(/fi

Leverage jQuery for Effortless Web Page Layouts: 8 Essential Plugins jQuery simplifies web page layout significantly. This article highlights eight powerful jQuery plugins that streamline the process, particularly useful for manual website creation

So here you are, ready to learn all about this thing called AJAX. But, what exactly is it? The term AJAX refers to a loose grouping of technologies that are used to create dynamic, interactive web content. The term AJAX, originally coined by Jesse J

This post compiles helpful cheat sheets, reference guides, quick recipes, and code snippets for Android, Blackberry, and iPhone app development. No developer should be without them! Touch Gesture Reference Guide (PDF) A valuable resource for desig

jQuery is a great JavaScript framework. However, as with any library, sometimes it’s necessary to get under the hood to discover what’s going on. Perhaps it’s because you’re tracing a bug or are just curious about how jQuery achieves a particular UI

10 fun jQuery game plugins to make your website more attractive and enhance user stickiness! While Flash is still the best software for developing casual web games, jQuery can also create surprising effects, and while not comparable to pure action Flash games, in some cases you can also have unexpected fun in your browser. jQuery tic toe game The "Hello world" of game programming now has a jQuery version. Source code jQuery Crazy Word Composition Game This is a fill-in-the-blank game, and it can produce some weird results due to not knowing the context of the word. Source code jQuery mine sweeping game

Article discusses creating, publishing, and maintaining JavaScript libraries, focusing on planning, development, testing, documentation, and promotion strategies.

This tutorial demonstrates how to create a captivating parallax background effect using jQuery. We'll build a header banner with layered images that create a stunning visual depth. The updated plugin works with jQuery 1.6.4 and later. Download the


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

Notepad++7.3.1
Easy-to-use and free code editor

Atom editor mac version download
The most popular open source editor

Dreamweaver Mac version
Visual web development tools

Dreamweaver CS6
Visual web development tools

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software
