A book series on JavaScript. @YDKJS on twitter.
-
Updated
May 20, 2022
{{ message }}
ECMAScript is the standardization of the family of scripting languages that includes JavaScript. New versions of the standard are released every year.
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.
Live reloading on changes and HMR work as expected, until an HTML page includes a "classic" (non-module) script.
{
"browserslist": "> 0.5%, last 2 versions, not dead",
"devDependencies": {
"parcel": "^2.5.0",
"posthtml-expressions": "^1.9.0",
"posthtml-extend": "^0.6.3",
"posthtml-include": "^1.7.An extremely fast JavaScript and CSS bundler and minifier
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
Currently, if you're trying to use the k6/execution JS API and try to access some of the properties it's possible to get an error.
// script.js
import { scenario } from 'k6/execution';
console.log(scenario.name);
export default () => { } k6 run script
/\ |‾‾| /‾‾/ /‾‾/
/\ / \ | |/ / / /
/ \/ \ | ( /
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.
This is to track the underlying bug behind issues like Automattic/wp-calypso#63291 (and as originally discussed for example at p1651671145311929-slack-C0117V2PCAE).
Basically the problem is that Calypso makes API requests to /rest/v1.1/products?type=all for WordPress.com sites and /rest/v1.1/products?type=jetpack for Jetpack sites (the latter o
https://vuestic.epicmax.co/admin/ui/notifications
Alert can't be closed because it has not modelValue.
Need to make similar demo like in docs https://vuestic.dev/en/ui-elements/alert#closeable
See this discussion: epicmaxco/vuestic-ui#1626
Too young, too simple. Sometimes, naive & stupid
A renderer agnostic two-dimensional drawing api for the web.
Bug report or Feature request?
Refactor. Most Terser options are snake_case but there are some camelCase options. Both should be supported so as to not break currently existing code.
Version (complete output of terser -V or specific git commit) any
*Complete CLI command or minify() options used
A dependency-free JavaScript ES6 slider and carousel. It’s lightweight, flexible and fast. Designed to slide. No less, no more
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.
JavaScript diagramming library for interactive flowcharts, org charts, design tools, planning tools, visual languages.
Powerful data visualization library based on G2 and React.
A kickstarter guide to writing ES6
Created by Brendan Eich, Ecma International
How are you using Babel?
babel-loader (webpack)
Input code
Configuration file name
No response
Configuration
No response
Current and expected behavior
Logs