vini-vici / front-end

2 stars 0 forks source link

Add optimistic updates to list page #26

Closed jhechtf closed 2 years ago

jhechtf commented 2 years ago

Description

Make it so that the items that are added or deleted are noted in the UI before the queries finish.

Reference

https://redux.js.org/tutorials/essentials/part-8-rtk-query-advanced#implementing-optimistic-updates

Links

Relies on #25