Skip to content

Expain differences between items and allItems #283

Discussion options

You must be logged in to vote

allItems includes items which are marked as deleting. Normally you should use items, to benefit from the optimistic deleting behaviour (i.e. the deleted item already vanishes from items while the DELETE request is still ongoing).

https://github.com/ecamp/hal-json-vuex/blob/e4d893b7427595fe907e83f993ffe911c9cb8384/src/CanHaveItems.js#L20:L21

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by manuelmeister
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #282 on July 01, 2023 10:54.