Use a single mutable location, event, slot, etc, for each unique resource that keeps track of the local editable client copy and the server copy of the data contained in it. This makes it much simpler to update these data structures as I can take advantage of the v-model bindings in Vue.js and work with the system instead of against it. |
||
---|---|---|
.. | ||
client-entity.ts | ||
client-map.nuxt.test.ts | ||
client-map.ts | ||
client-schedule.nuxt.test.ts | ||
client-schedule.ts | ||
client-user.ts | ||
functions.ts |