Michal Cichra

Michal Cichra's contributions

Article Thumbnail
Article

Rails + jspm >= ECMAScript 6 awesomeness

Hugo Guerrero +1

From the buzz on Twitter and blog posts, you could feel that ECMAScript 6 was finally coming. It has many things we’ve wanted for years, so it makes sense to start new projects with it in mind. ECMAScript 6 Others have written in depth about various ECMAScript 6 features . I’d like to focus just on one: module loading. There is no common way to load your ES6 modules natively in the browsers. For example babel , has support for...