I could imagine that, though I think there are likely many efficient ways to implement immutable edits, especially if:
a) You're constraining the time-to-edit
b) You're constrained to a single edit
But it could be a lot of work to ensure that it's a consistent experience since you'd have to untangle the "cache this thing for-literally-ever" expectations that may exist.
a) You're constraining the time-to-edit b) You're constrained to a single edit
But it could be a lot of work to ensure that it's a consistent experience since you'd have to untangle the "cache this thing for-literally-ever" expectations that may exist.