A book series on JavaScript. @YDKJS on twitter.
-
Updated
Sep 18, 2020
{{ message }}
ECMAScript is the standardization of script languages, including JavaScript. ECMA stands for the European Computer Manufacturer's Association.
A book series on JavaScript. @YDKJS on twitter.
JavaScript Style Guide
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.
Cheatsheet for the JavaScript knowledge you will frequently encounter in modern projects.
Curated tutorial and resource links I've collected on React, Redux, ES6, and more
The JavaScript Drag & Drop library your grandparents warned you about.
An Electron & Vue.js quick start boilerplate with vue-cli scaffolding, common Vue plugins, electron-packager/electron-builder, unit/e2e testing, vue-devtools, and webpack.
An extremely fast JavaScript bundler and minifier
An unreviewed change to the automattic/composite-checkout npm package added MainContentUI, CheckoutStepAreaUI, and SubmitButtonWrapperUI to the package's public API.
Those are all CSS-in-JS styled components that were previously implementation details of the package. It totally makes sense to expose them to consumers of the package, but they should be renamed to be more clear (the "UI"
WordPress starter theme with a modern development workflow
Too young, too simple. Sometimes, naive & stupid
Current gjson version is 1.1.3 which is from late 2018 and lacks several features such as:
@flatten to transform a json [1, [2, 3]] to [1, 2, 3] https://github.com/tidwall/gjson/blob/master/SYNTAX.md#modifiersjs2flowchart - 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.
A dependency-free JavaScript ES6 slider and carousel. It’s lightweight, flexible and fast. Designed to slide. No less, no more
Turn your ES5 code into readable ES6. Lebab does the opposite of what Babel does.
Powerful data visualization library based on G2 and React.
JavaScript diagramming library for interactive flowcharts, org charts, design tools, planning tools, visual languages.
Tomorrow's ECMAScript modules today!
Created by Brendan Eich, Ecma International
Released 1997
Feature Request
Is your feature request related to a problem?
Consider this (invalid) code:
It throws this error:
Describe the solution you'd like
It should throw something like
If you are interested in fixing this bug, you should introduce a new error