Get non-trivial tests (and trivial, too!) suggested right inside your IDE, so you can code smart, create more value, and stay confident when you push. Learn more →
RequireJS Alternatives
Similar projects and alternatives to RequireJS
-
-
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support . Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
-
-
-
-
ONLYOFFICE
ONLYOFFICE Docs — document collaboration in your environment. Powerful document editing and collaboration in your app or environment. Ultimate security, API and 30+ ready connectors, SaaS or on-premises
-
-
curl
curl.js is small, fast, extensible module loader that handles AMD, CommonJS Modules/1.1, CSS, HTML/text, and legacy scripts. (by cujojs)
-
-
umd
UMD (Universal Module Definition) patterns for JavaScript modules that work everywhere.
-
babel-sublime
Syntax definitions for ES6 JavaScript with React JSX extensions.
-
-
-
webpack
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
-
-
-
lodash
A modern JavaScript utility library delivering modularity, performance, & extras.
-
Backbone.js
Give your JS App some Backbone with Models, Views, Collections, and Events
-
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
RequireJS reviews and mentions
-
Why hasn't JavaScript implemented namespaces yet?
There is a library called requirejs (https://requirejs.org/) that accomplishes what I am referring to. However, this is essentially similar to the situation in PHP prior to version 5.3 - a solution implemented at the level of a separate library rather than at the language level.
- Porting from RequireJS to ES6
-
Getting Started With Parcel.js: A Web Application Bundler in 2022
Webpack is the most popular bundler and it followed on the heels of Require.js, Rollup, and similar solutions. But the learning curve for a tool like webpack is steep. Getting started with webpack isn’t easy due to its complex configurations. As a result, in recent years another solution has emerged. This tool is not necessarily a front-runner, but an easier-to-digest alternative on the front-end module bundler landscape. Introducing Parcel.js.
-
When to use Requirejs and when to use bundled javascript?
This may be a dumb question for web guys. But I am a little confused over this. Now, I have an application where I am using a couple of Javascript files to perform different tasks. Now, I am using Javascript bundler to combine and minify all the files. So, at runtime there will be only one app.min.js file. Now, Requirejs is used to load modules or files at runtime. So, the question is if I already have all things in one file, then do I need requirejs? Or what is a use case scenario where I can use requirejs and/or bundler?
- Un manual práctico sobre los sistemas de módulos de JavaScript
-
JavaScript Module Formats and Tools
AMD (Asynchronous Module Definition), is a pattern to define and consume module. It is implemented by RequireJS library. AMD provides a define function to define module, which accepts the module name, dependent modules’ names, and a factory function:
-
Why do we need a Single Page Application? [closed]
A lot of SPA frameworks and libraries also were developed. We can find out some of its on the internet. They are AngularJs, Reactjs, BackboneJs, DurandalJs,.. and a lot of third party components to make the Javascript coding more easy like RequireJs, Amplifyjs, BreezeJs...
-
[AskJS] - Deep differences between AMD and CJS?
AMD, which was introduced in 2010, uses define/require and loads modules asynchronously. RequireJS is the popular choice for using the AMD syntax in the browser.
-
JS Modules
A module loader interprets and loads a module written in a certain module format at runtime. Popular examples are RequireJS and SystemJS.
-
A note from our sponsor - CodiumAI
codium.ai | 30 May 2023
Stats
requirejs/requirejs is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of RequireJS is JavaScript.