Tag: browserify
-
Tutorial: Javascript ES6 (ES2015), get started quickly with babel v6+, Gulp, Browserify and Use Arrow Functions, Classes, Import syntax…
This post is an update to my old tutorial on how to start writing ES6 on the front end with babel.
-
Javascript promises tutorial – The Future of Async code with ES6 and How they are more than just Pretty Callbacks
javascript promises are the new way of handling complex asynchronous code in ES6. There have been many libraries before (like async in node) that were used for that goal, but now promises are native to javascript.
-
Javascript Tutorial: How to set up Gulp for Developing ES2015 React v0.14+ Applications with Babelify & Browserify
I want to dedicate a post to show you how to set up Gulp and in particular, a set up for React v0.14 and up. I also focus on doing this in ES2015 (ECMAScript 6 or ES6). I have seen countless threads of people having trouble getting over this initial but important phase. If you are…
-
How to get started with React js in ES6
Note: This post is outdated, here is an updated post In this post I will give you a simple set up or boilerplate for starting a React project in ES6. This boilerplate is not meant to be used for professional stuff. Use it to get started and then you can structure it in a better way.…
-
How to Use Javascript 6 (ES6) Right Now Including ‘Import’
Note: This post is outdated because Babel changed the way it works. Please read this updated tutorial to start writing ES6 apps. So you want to use the new Javascript, most popularily denoted as ES6 (ECMAScript version 6)? Why wouldn’t you, it has all these neat features like actual classes with constructors, arrow functions, blockscoping, etc……