alex-bezek / cartesia

Server and UI for cartersia
1 stars 0 forks source link

Gamelist #1

Closed alex-bezek closed 5 years ago

alex-bezek commented 5 years ago

Implement a super basic UI to display the game list, and a button to create a game. Backend websockets and handlers were already implemented, just hooked the UI into that backend.

Known issues

[1]

export const mySelector = (state) => { // select things from the state.gameList and state.players }

[2]

import { mySelector } from '../reducer';

const mapStateToProps = state => ({
  gameList: mySelector(state),
});
alex-bezek commented 5 years ago

@thefungiz I'm going to merge this if you don't have anymore comments