Redux State Shape - sonataFarm/lost_in_wiki GitHub Wiki
As of now the redux state is divided into three slices:
pagesgameerrors
pages
pages is a hash of the form {...pageTitle: pageData} for all the pages currently loaded on the frontend
game
game holds all the game logic (see glossary for variable descriptions)
currentPagefocusPagepageHistorydestinationdifficultywon
errors
errors holds all the errors generated by the actions of other slices.