jaohara/picross-client

Think about how to approach managing game client state

Closed this issue · 0 comments

This is things like:

  • Where the user is in the menus
  • Whether or not a puzzle is currently loaded and what it is
  • When the game client saves and modifies things in Firestore
  • Where and when components in the React app need access to data
  • Whether or not Contexts or something similar will be used to persist certain pieces of data and what they are