mmrtnz / react-redux-examples

Discussed at a React Workshop hosted by Hackers@UTD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Redux Examples

gameplay gif

Special thanks to HackersUTD for hosting their React Workshop! This repo has the three versions of the tictactoe game discussed there.

  • tictactoe-original: The final result from the tutorial organized into separate files. See the complete tutorial here.
  • tictactoe-mui: Similar to the original but using Call-Em-All's material-ui library.
  • tictactoe-redux: Uses the MUI library and the Redux design pattern.

Running a project

Go to to the desired project
cd tictactoe-redux

Install dependencies (node packages)
npm install

Boot up the website
yarn start

Further Reading

  • Todo list in Redux - Similar to our tictactoe-redux example.
  • React Router - A popular tool for controlling what gets rendered based on your app's url.
  • React Training - A collection of slides and examples over various React concepts.

About

Discussed at a React Workshop hosted by Hackers@UTD


Languages

Language:JavaScript 67.4%Language:HTML 21.7%Language:CSS 11.0%