A simple React & Redux tic tac toe game that everyone can learn
git clone https://github.com/davidtran/react-redux-tictactoe
yarn install // replace by npm install if you dont have yarn
yarn start
This is a repository for a React & Redux tutorial. Feel free to use, modify and distrubute on your own. Any feedback is highly advice
- 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.