pixelplanet-fork/src/store
2024-02-05 23:21:17 +01:00
..
actions make auto-color accessible from settings 2024-02-05 23:21:17 +01:00
middleware switch from overlay to small-pixel when zoom in 2024-02-05 18:06:14 +01:00
reducers make auto-color accessible from settings 2024-02-05 23:21:17 +01:00
selectors give movement controls transition animations 2024-01-24 02:51:43 +01:00
README.md change types and notify popups about big window unloading 2022-08-20 06:16:26 +02:00
sharedReducers.js add indexedDB based file storage and start with template ui 2024-01-29 02:51:50 +01:00
store.js let extension.js subscribe to view and scale changes like previous 2024-01-21 20:59:39 +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/