Code Monkey home page Code Monkey logo

esnext-showcase's Introduction

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.

esnext-showcase's People

Contributors

t3chnoboy avatar sindresorhus avatar mrzepinski avatar rreverser avatar kevva avatar kimjoar avatar webpro avatar rusco avatar trek avatar sudodoki avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.