Skip to content

Commit

Permalink
Update prose.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli authored Sep 24, 2024
1 parent 16b9e24 commit e7b105e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This can be useful for improving user experience across sites with data that tak
_Typically, users don't want to see the UI flashing a bunch of different states_.
The more stable we can keep the UI, and defer to subtle / polite indicators of progress, the better. We are kinder to the visual stimulous we put our users through.

`keepLatest` _only_ works in a component's class for now, but it looks like this:
`keepLatest` _only_ works in a class for now, but it looks like this:

```js
class Demo extends Component {
Expand Down

0 comments on commit e7b105e

Please sign in to comment.