This repository was archived by the owner on Sep 16, 2022. It is now read-only.

Description
This should be implemented as a submodule which adds
- change reducer/state slice
- middleware to persist this state in localstorage
Also the EditableEntity component needs to:
- provide a bool prop (f.x.
persistChanges)
- cache the changes on change if this prop is set
- check for the existence of cached changes on mount in the new reducer (if available)