Tag: reactjs

  • Maze Generation in React

    Maze Generation in React

    Play with it A few months ago I read an article on maze generation and it sparked my interest. Since then I began working little by little on a project to create a maze generator. I took the time to make it visually show the steps the algorithm takes. You can see it generating cell…

  • 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.…