-
☝️☝️☝️☝️☝️☝️☝️☝️
-
**Is your feature request related to a problem? Please describe.**
When I'm waiting for my database to process a request, I'd like to see the UI already change.
**Describe the solution you'd like*…
-
When some one like post it wait for server response and loader to update the like part now integrate optimistic ui to feel it fast and instant.
-
## Summary
Add optimistic UI for every transaction in the platform
## Motivation
It is important to provide a optimistic UI to the users to allow them to see if something is working w…
-
-
-
The Apollo-Client supports Optimistic UI. It would be nice when this plugin would support that too.
We have to think about what this means and how this support could look like.
-
# Optimistic UI
'낙관적인 상황을 가정하여 설계한 사용자 인터페이스'
## What?
유저에게는 이미 성공한 UI를 제공하여 기다림을 보여주지 않으면서 매끄럽고 방해받지 않는 경험을 제공하고, 이후 api 요청을 하고, 실패 시 다시 원래의 상태로 복구하는 방식
```jsx
this.setState({
// Change s…
-
Hey,
So I recently started using Draqula and love how simple everything is, especially the aggressive invalidation and re-fetching.
The one thing I miss from Apollo is the optimistic UI feature …
-
Sid from Toshi giave good talk at ETH Denver, and pointed out common UX mistake in Dapps of freezing UI while waiting for blockchain transactions. We're guilty of that.
I propose that, after a tran…