public marks

PUBLIC MARKS from dzc with tag javascript

2018

JavaScript Optimization  |  Web Fundamentals  |  Google Developers

Delivering less JavaScript can mean less time in network transmission, less spent decompressing code and less time parsing and compiling this JavaScript.

Classes - JavaScript | MDN

JavaScript classes, introduced in ECMAScript 2015, are primarily syntactical sugar over JavaScript's existing prototype-based inheritance. The class syntax does not introduce a new object-oriented inheritance model to JavaScript.

Learning JavaScript Design Patterns / O'Reilly

"Learning JavaScript Design Patterns" is released under a Creative Commons license. It is available for purchase via O'Reilly

2017

Vuex - Centralized State Management for Vue.js.

Vuex is a state management pattern + library for Vue.js applications. It serves as a centralized store for all the components in an application, with rules ensuring that the state can only be mutated in a predictable fashion.

GitHub krausest/js-framework-benchmark

This is a simple benchmark for several javascript frameworks. The benchmarks creates a large table with randomized entries and measures the time for various operations.

Van11y - collection de scripts javascript accessibles, codés en ES2015

Van11y (pour « Vanilla-Accessibility ») est une collection de scripts accessibles d’éléments d’interfaces riches, construits en amélioration progressive et personnalisables.

You Don't Need the DOM Ready Event

by 1 other
It usually takes a long time for the DOM ready event to fire. During this time, many parts of a webpage are inactive as they wait for Javascript to kick in and initialize them. This delay is significant and makes a rich web application become available slower. Creates a bad user experience, doesn't adhere to any design pattern and is, really, not needed...

mxGraph - JavaScript diagramming library

mxGraph is a fully client side JavaScript diagramming library that uses SVG and HTML for rendering. It

2016

2015