Posts

Showing posts from October, 2017

Meteor JS

Image

React JS

Image
https://reactjs.org/tutorial/tutorial.html Tutorial: Intro To React Before We Start What We’re Building Today, we’re going to build an interactive tic-tac-toe game. If you like, you can check out the final result here:   Final Result . Don’t worry if the code doesn’t make sense to you yet, or if it uses an unfamiliar syntax. We will be learning how to build this game step by step throughout this tutorial. Try playing the game. You can also click on a button in the move list to go “back in time” and see what the board looked like just after that move was made. Once you get a little familiar with the game, feel free to close that tab, as we’ll start from a simpler template in the next sections. Prerequisites We’ll assume some familiarity with HTML and JavaScript, but you should be able to follow along even if you haven’t used them before. If you need a refresher on JavaScript, we recommend reading   this guide . Note that we’re also using some featur