JavaScript ES6

Open-source JavaScript projects categorized as ES6

Top 23 JavaScript ES6 Projects

  1. javascript

    JavaScript Style Guide

    Project mention: ESLint v9 Support | news.ycombinator.com | 2025-02-05
  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. 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: Simplify Browser Extension Deployment with GitHub Actions | dev.to | 2025-02-01

    Firefox: Extensions utilizing bundlers like webpack or Extension.js require zipped source code. Additionally, Firefox mandates submissions in Cross-Platform Install (XPI) format.

  4. 33-js-concepts

    πŸ“œ 33 JavaScript concepts every developer should know.

    Project mention: 18 GitHub Repos to Learn JavaScript | dev.to | 2024-07-26

    15 . 33 JS Concepts This repository is a collection of articles and books on the 33 JavaScript Concepts which every JavaScript Developer should know in order to have an in-depth knowledge of the language and its working.

  5. parcel

    The zero configuration build tool for the web. πŸ“¦πŸš€

    Project mention: Bun 1.2 Is Released | news.ycombinator.com | 2025-01-23

    From its documentation [1] it looks a lot like a parceljs replacement [2], i.e. a zero config bundler which processes and bundles the dependencies in .html pages. So great for simple websites, not for replacing an entire Vite stack.

    [1] https://bun.sh/docs/bundler/fullstack

    [2] https://parceljs.org

  6. Standard

    🌟 JavaScript Style Guide, with linter & automatic code fixer

    Project mention: Mastering Code Quality: Setting Up ESLint with Standard JS in TypeScript Projects | dev.to | 2024-05-05

    Sorry, I've gone too far. I'm not here to persuade you to use Standard JS. My intention is to provide information and guidance on configuring JavaScript Standard Style for your team, should you agree with me or have other reasons to choose it.

  7. core-js

    Standard Library

    Project mention: Polyfills - a filler or a gaping hole? (Part-2) | dev.to | 2024-08-29

    1) Consider this tweet, which shows proofs of the sale. If you'd seen the tweet of the founder earlier on top, he denies any influence over the sale. Well, who do we blame here? Maintaining an open source project requires a lot of efforts from the community and the maintainers. There are several layers to the governance. And projects which are so widely used, like polyfill.io, need to be updated at all times. This requires time out of your daily schedule and contributing for a better developer experience around the world. And only a few do really know the ins and outs of a project. Funding is a big part of an open-source project, without which it's very difficult to carry on day-to-day tasks for maintainers. Here's a heart-wrenching example of the core-js library we'd talked about in the 1st part. I recommend everyone to go through this once and understand the efforts and create maintainer relationships.

  8. draggable

    The JavaScript Drag & Drop library your grandparents warned you about.

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. x-spreadsheet

    The project has been migrated to @wolf-table/table https://github.com/wolf-table/table

    Project mention: x-spreadsheet VS revo-grid - a user suggested alternative | libhunt.com/r/x-spreadsheet | 2024-08-21
  11. es6-cheatsheet

    ES2015 [ES6] cheatsheet containing tips, tricks, best practices and code snippets

  12. madge

    Create graphs from your CommonJS, AMD or ES6 module dependencies

    Project mention: Madge: Create graphs from your CommonJS, AMD or ES6 module dependencies | news.ycombinator.com | 2024-02-15
  13. terser

    πŸ—œ JavaScript parser, mangler and compressor toolkit for ES6+

    Project mention: How I host Elm web applications with GitHub Pages | dev.to | 2024-10-17

    The bin/deploy script runs a production build (the CSS is compressed with no source maps and the Elm code is optimized with mdgriffith/elm-optimize-level-2 and minified with Terser), uses git-worktree to check out the gh-pages branch into a temporary directory, copies the files HTML, CSS, and JavaScript files from the build directory, commits the changes and pushes them up to the remote repository so that GitHub Pages could host the new files.

  14. two.js

    A renderer agnostic two-dimensional drawing api for the web.

    Project mention: Show HN: A JavaScript library for data visualization in both SVG and Canvas | news.ycombinator.com | 2024-04-11

    > DOM-like event bubbling

    This does sound very interesting. I started playing with https://two.js.org/ for a browser game but the event system proved a challange. The typescript focus also looks promising. Will give it a try.

  15. Traceur compiler

    Traceur is a JavaScript.next-to-JavaScript-of-today compiler

  16. Glide.js

    A dependency-free JavaScript ES6 slider and carousel. It’s lightweight, flexible and fast. Designed to slide. No less, no more (by glidejs)

    Project mention: Top 10 React Carousels to Use in 2025: User-Friendly and Efficient | dev.to | 2025-01-25

    GitHub: https://github.com/glidejs/glide

  17. node-express-boilerplate

    A boilerplate for building production-ready RESTful APIs using Node.js, Express, and Mongoose

    Project mention: 11 GitHub Repositories to learn NodeJs | dev.to | 2024-11-03
  18. js-code-to-svg-flowchart

    js2flowchart - a visualization library to convert any JavaScript code into beautiful SVG flowchart. Learn other’s code. Design your code. Refactor code. Document code. Explain code.

  19. melonJS

    a fresh, modern & lightweight HTML5 game engine

    Project mention: 10 must known JS/TS open-source packages | dev.to | 2024-06-11

    melonJS Lightweight HTML5 game engine.

  20. Lebab

    Turn your ES5 code into readable ES6. Lebab does the opposite of what Babel does.

  21. You-Dont-Know-JS

    πŸ“—πŸ“’ (PT-Br translation) JS Book Series. (by cezaraugusto)

  22. JsBarcode

    Barcode generation library written in JavaScript that works in both the browser and on Node.js

  23. jsmind

    a mind mapping library built by javascript

  24. es6-shim

    ECMAScript 6 compatibility shims for legacy JS engines

  25. react-native-modals

    A react native modals library. Swipeable. Highly customizable. Support multi modals & Support custom animation. For IOS & Android.

  26. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

JavaScript ES6 discussion

Log in or Post with

JavaScript ES6 related posts

  • Top 10 JavaScript Libraries </>

    4 projects | dev.to | 5 Nov 2024
  • JavaScript and CSS Code Minification Guide

    1 project | dev.to | 14 Oct 2024
  • Ultraviolet – a highly advanced web proxy used for evading internet censorship

    1 project | news.ycombinator.com | 4 Oct 2024
  • Polyfills - a filler or a gaping hole? (Part-2)

    1 project | dev.to | 29 Aug 2024
  • How to Use Less CSS With Build Tools Gulp or Webpack

    4 projects | dev.to | 20 Aug 2024
  • Webpack vs Vite: A Detailed Comparison for Web Development

    2 projects | dev.to | 13 Aug 2024
  • Proven Strategies to Optimize JavaScript Load Times in Modern Web Development

    2 projects | dev.to | 28 Jul 2024
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 8 Feb 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more β†’

Index

What are some of the best open-source ES6 projects in JavaScript? This list will help you:

# Project Stars
1 javascript 146,042
2 webpack 64,998
3 33-js-concepts 64,536
4 parcel 43,626
5 Standard 29,226
6 core-js 24,790
7 draggable 18,123
8 x-spreadsheet 14,300
9 es6-cheatsheet 13,380
10 madge 9,235
11 terser 8,810
12 two.js 8,387
13 Traceur compiler 8,175
14 Glide.js 7,470
15 node-express-boilerplate 7,106
16 js-code-to-svg-flowchart 7,065
17 melonJS 5,979
18 Lebab 5,630
19 You-Dont-Know-JS 5,623
20 JsBarcode 5,571
21 jsmind 3,524
22 es6-shim 3,116
23 react-native-modals 2,199

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?