Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

[Enhancement] Move state store code to /app/shared #2038

@tonyanziano

Description

@tonyanziano

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.

Metadata

Metadata

Assignees

Labels

P1Painful if we don't fix, won't block releasingR8Release 8 - March 16th, 2020

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions