/react-redux-tictactoe

Tutorial React Redux tic-tac-toe

Primary LanguageJavaScript

React Redux Tic tac toe

A simple React & Redux tic tac toe game that everyone can learn

ezgif com-video-to-gif

Install

git clone https://github.com/davidtran/react-redux-tictactoe
yarn install // replace by npm install if you dont have yarn
yarn start

Description

This is a repository for a React & Redux tutorial. Feel free to use, modify and distrubute on your own. Any feedback is highly advice

Stack:

  • React: view library from Facebook
  • Redux: the most popular state management
  • Redux-Thunk: Redux Thunk middleware allows you to write action creators that return a function instead of an action.
  • Redux-logger: print redux state changes in Browser console.