UI
Optimistic UI
Why? You have 100ms to respond to user input before they notice a lag. RAIL
How:
Observer model in Angular
custom subscribe method in service
RxJS
store: base-store.ts
Last updated
Why? You have 100ms to respond to user input before they notice a lag. RAIL
How:
custom subscribe method in service
RxJS
store: base-store.ts
Last updated