Add the SurveyJS UI components to your JS app (React/Angular/Vue3). Securely collect and analyze data without sending it to 3rd-party servers. Fully customizable, works with any backend, and ideal for data-heavy apps. Learn more. Learn more →
Top 8 JavaScript Amd Projects
-
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.
Project mention: Workspaces, react and vite. A real-world case study for managing duplicate libraries. | dev.to | 2025-12-04Before addressing the solution, it's useful to contextualize the role of the bundler. In a modern frontend architecture, the bundler (such as webpack, rollup, or vite) has the task of traversing the application's dependency graph, resolving each import statement, to combine modules and assets into static files optimized for browser execution.
-
SurveyJS
SurveyJS: Build JSON-Driven Surveys and Forms with Full Data Control. Add the SurveyJS UI components to your JS app (React/Angular/Vue3). Securely collect and analyze data without sending it to 3rd-party servers. Fully customizable, works with any backend, and ideal for data-heavy apps. Learn more.
- Project mention: How to Create Better Apps with my 7-step Vibe Coding Workflow | dev.to | 2025-05-07
At the end of the workflow, you'll have a clean import graph (generated by Madge) - a visual representation of your feature dependencies and module boundaries. While you can analyze these graphs in detail, a simple "squint test" is surprisingly helpful: a healthy codebase will have a tree-like structure rather than a chaotic, tangled web of dependencies, and should never contain red lines or nodes (which indicate circular dependencies that can cause runtime issues):
-
-
-
enhancr
Video Frame Interpolation & Super Resolution using NVIDIA's TensorRT & Tencent's NCNN inference, beautifully crafted and packaged into a single app
-
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
JavaScript Amd discussion
JavaScript Amd related posts
-
How to Create Better Apps with my 7-step Vibe Coding Workflow
-
Madge: Create graphs from your CommonJS, AMD or ES6 module dependencies
-
Back in September, my old T420 which I had since I was 8 finally died, and I ended up buying an EliteBook to replace it. That ended up dying after 5 months of use, so I made the correct choice for my new laptop and got a T480s.
-
Would anyone find a visual representation of their React component tree like this be helpful?
-
ts-helper - Fast dependency cycle checker
-
Frontal.js: Modern HTML dev/build-tool framework for your next static website
-
Frontal.JS: The HTML development framework and build-tool that replaces gulp.js
- A note from our sponsor - SurveyJS surveyjs.io | 23 Dec 2025
Index
What are some of the best open-source Amd projects in JavaScript? This list will help you:
| # | Project | Stars |
|---|---|---|
| 1 | webpack | 65,834 |
| 2 | madge | 9,893 |
| 3 | ESL | 842 |
| 4 | easytimer.js | 778 |
| 5 | enhancr | 750 |
| 6 | LodJS | 290 |
| 7 | go-typescript | 142 |
| 8 | frontal.js | 75 |