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)
This should be implemented as a submodule which adds
Also the EditableEntity component needs to:
persistChanges)