w3b3 / angular-demo

Demo application with purpose of showcasing Angular and modern web platform features
https://angular-pwa-repo.firebaseapp.com/
0 stars 0 forks source link

Make sure optimistic UI updates are prioritized as a design pattern #17

Open w3b3 opened 5 years ago

w3b3 commented 5 years ago

AS MUCH AS POSSIBLE, Actions don't need to wait for the answers to move forward. Assume everything is going to be good (optimal path) and ROLLBACK in case of issues.