feathers-plus / feathers-offline-realtime

Offline-first realtime replication, with optimistic updates while connected.
MIT License
33 stars 9 forks source link

Is event action `removed` necessary? #3

Closed eddyystop closed 4 years ago

eddyystop commented 7 years ago

On emited replication events and in subscriber, is the remove action necessary? Can it be replaced by mutate action with eventName removed?