pixelplanet/src/store
2022-08-20 06:16:26 +02:00
..
actions change types and notify popups about big window unloading 2022-08-20 06:16:26 +02:00
middleware change types and notify popups about big window unloading 2022-08-20 06:16:26 +02:00
reducers change types and notify popups about big window unloading 2022-08-20 06:16:26 +02:00
selectors move context menu out of store 2022-08-17 18:54:42 +02:00
README.md change types and notify popups about big window unloading 2022-08-20 06:16:26 +02:00
sharedReducers.js change types and notify popups about big window unloading 2022-08-20 06:16:26 +02:00
store.js change types and notify popups about big window unloading 2022-08-20 06:16:26 +02:00
storeWin.js change types and notify popups about big window unloading 2022-08-20 06:16:26 +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/