-
Game of Life in ES6
I made a game of life clone in ES6 . Instructions on how to run the game are on the projects github page linked above. The purpose was to learn more about JavaScript, and focus on the new features brought in with ES6. To be able to use ES6 right now I made use of technologies…
-
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.…