You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 5, 2026. It is now read-only.
Currently, the action and reducer code, is duplicated in both /packages/app/client and /packages/app/main.
The number of files here could be halved by moving all this shared code into /packages/app/shared/state where both the main and client code bases could import it from.
The only thing left on either side would be the store initialization code and that side's sagas.