pixelplanet/src/store
HF a24b8bc8f5 test things
remove captcha requirement from chat
2022-09-22 01:43:46 +02:00
..
actions test things 2022-09-22 01:43:46 +02:00
middleware open canvas links from popups in parent 2022-09-05 11:38:34 +02:00
reducers Move pixelcount into redis 2022-09-14 01:23:50 +02:00
selectors fix popup issues 2022-09-04 03:16:42 +02:00
README.md change types and notify popups about big window unloading 2022-08-20 06:16:26 +02:00
sharedReducers.js add link hook and use context for window data 2022-09-04 22:32:16 +02:00
store.js add link hook and use context for window data 2022-09-04 22:32:16 +02:00
storePopUp.js add link hook and use context for window data 2022-09-04 22:32:16 +02:00

Store

We use redux as a state manager of our application: https://redux.js.org/

All actions that have a s/ prefix are shared between popups with the parent / popUp middlewares Actions that are one-way signals, like notifications for window open / closed are prefixed with t/