Skip to content

tyrchen/awesome-es6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Awesome ES6

A curated list of delightful ES6 packages and resources.

Inspired by the awesome list thing. Here is the ES6 language specification.

For ES6 current support situation, please take a look at ECMAScript compatibility table.

For styling, you could referece airbnb style guide. You probably want to integrate its linter to editors like WebStorm, or linting with "npm run lint".

Packages

6to5-tools

  • babel: Babel ships with a set of ES2015 syntax transformers, in addition, it supports JSX as well.

There're a lot more 6to5 tools, but mostly you just need babel.

Libraries

  • cyclejs: A fully reactive JavaScript framework for Human-Computer Interaction
  • cycle-time-travel: cycle-time-travel is a time travelling stream viewer for Cycle.js apps.
  • react-d3-component: Let React have complete control over the DOM even when using D3. This way we can benefit from Reacts Virtual DOM.
  • Prose Mirror: a well-behaved what-you-see-is-what-you-mean editor based on contentEditable, with support for collaborative editing and (soon) customizable document models.
  • WebM webm.js is a simple one-page application that allows you to convert videos to WebM format right into your browser, without any plugins or server-side involved. It is built upon FFmpeg, libvpx and libopus which were ported to JavaScript using Emscripten.

Resources

Books

  • ECMAScript 6 Introduction: Best ES6 introduction in Chinese.
  • Exploring ES6: Contains reliable and in-depth information on ECMAScript 6, the next version of JavaScript, for people who already know JavaScript.

Totorials

Videos

Misc

  • jlongster.com: A blogging application.
  • redux-blog-example: Full-featured example of publishing platform built with React, Redux, React Router, Babel and Webpack.

About

A curated list of delightful ES6 packages and resources.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages