Skip to content

mrzepinski/esnext-showcase

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 

Repository files navigation

ES.next showcase

Showcasing real-world usage of ECMAScript 6 features in today's libraries/frameworks/projects/etc

These projects make use of ES6 features. Dig into their source, learn, and try out ES6 yourself!

There's already a lot of tooling that lets you develop with ES6 today.

All code in AngularJS 2 is already being written in ES6 (actually AtScript, but it's a superset of ES6).

We'll make modules a first-class citizen, and soon every developer who starts using Ember will also be using ES6 modules.

Enables support for typos in JavaScript property names. Powered by ES6 proxies + Levenshtein string distance.

Negative array index support array[-1] using ES6 Proxy

Natural sweetening for JavaScript objects using ES6 Proxy

Backbone TodoMVC rewritten using ES6

Adds an Ember tab to chrome dev tools that allows you to inspect Ember objects in your application.

A HAL client for JavaScript

A lightweight library that provides tools for organizing asynchronous code

A lightweight JavaScript library that builds on route-recognizer to provide an API for handling routes

A small, lightweight library for normalizing JSON properties and values

A variant of Handlebars that emits DOM and allows you to write helpers that manipulate live DOM nodes

Static scope analysis and transpilation of ES6 block scoped const and let variables to ES3 vars

###Templating

The templating engine for Angular 2.0.

###di

Dependency Injection Framework for the future generations...

###ngHttp

Data Persistence

###Watchtower

Super-fast change detection

###Expressionist

Expression parser

###Diary

Flexible logging and profiling library for JavaScript

###Deferred

This project makes available an ES6 Deferred implementation, using ES6 Promises

browserify transform that converts all const assignments to var assignments.

  • Features: const immutability support only, no block scope
  • Transpiler: varify

Small library for using workers in the browser.

Small & fast DOM and event library for modern browsers.

Expressive middleware for node.js using generators to make web applications and APIs more enjoyable to write.

Generator based flow-control goodness using thunks or promises, letting you write non-blocking code in a nice-ish way.

Higher order flow control functions for creating generators.

Beautiful concurrency for JavaScript.

Wrapper for Chance.js that let's you get random properties without any explicit method calls, i.e.: alephInstance.children.map(function (c) { return c.name; });.

Features

Transpilers

Reading material

License

CC0

To the extent possible under law, Sindre Sorhus has waived all copyright and related or neighboring rights to this work. This work is published from: Norway.

About

Showcasing real-world usage of ECMAScript 6 (the next JavaScript version) features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published