Skip to content

Instantly share code, notes, and snippets.

@MicahFulton
MicahFulton / gist:cbf4dc4ef1d0ccfd88d3
Created January 22, 2015 14:45
React JSX Autocompletions
{
"scope":"source.js",
"completions":[
{
"trigger":"a",
"contents":"<a${1}>${0}</a>"
},
{
"trigger":"abbr",
"contents":"<abbr${1}>${0}</abbr>"
@lukehoban
lukehoban / es6features.md
Last active December 6, 2019 01:50
ECMAScript 6 Features

Note: Up to date version now at https://github.com/lukehoban/es6features

ECMAScript 6

Introduction

ECMAScript 6 is the upcoming version of the ECMAScript standard. This standard is targetting ratifcation in December 2014. ES6 is a significant update to the language, and the first update to the language since ES5 was standardized in 2009. Implementation of these features in major JavaScript engines is underway now.

See the draft ES6 standard for full specification of the ECMAScript 6 language.

ES6 includes the following new features:

@dypsilon
dypsilon / frontendDevlopmentBookmarks.md
Last active May 5, 2025 13:05
A badass list of frontend development resources I collected over time.