pixelplanet-fork/src/store
2023-08-04 18:45:03 +02:00
..
actions fix typo, refactor and add da language 2023-03-13 04:11:27 +01:00
middleware fix typo, refactor and add da language 2023-03-13 04:11:27 +01:00
reducers decodeURIComponent hash 2023-08-04 18:45:03 +02:00
selectors fix typo, refactor and add da language 2023-03-13 04:11:27 +01:00
README.md change types and notify popups about big window unloading 2022-08-20 06:16:26 +02:00
sharedReducers.js fix some stats, increase store version 2022-09-26 15:11:51 +02:00
store.js fix typo, refactor and add da language 2023-03-13 04:11:27 +01: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/