Tag: nodejs
-
Understanding a Simple React, React-Router and Redux Application in ES2015. Includes Hot Module Replacement and much more.
In this post I will try to make you understand how a javascript react application with redux and react-router works and how they play together. We will be using this boilerplate.
-
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.
-
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……