Tag: react
-
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…
-
5 Tools every Javascript Developer should Use
Lately I have been thinking about the tools I use to write Javascript. I think about how much it would suck to develop without them. So I am going to list them in order of importance for me, 1st being the most important. I will try to convince you in the process to at least give…
-
Free Course: Build Web Apps with React JS and Flux
The guys at udemy were nice enough to hand me 50 coupons for the course: Build Web Apps with React JS and Flux. With the coupon, the course becomes free of charge! So naturally I’m giving these to you! If you want to learn how to build web apps with React and Flux there is no…
-
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.…