Skip to content

What is the reason paused state stands for? #1499

Answered by ZacSweers
vulpeszerda asked this question in Q&A
Discussion options

You must be logged in to vote

It essentially just means we cache the last emitted state and don't resume until it's the top of the stack. Previously, we had performance issues during nav decorations because both records were active at the same time during the animation. With the new approach, we just show the previously cached value rather than restart.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@vulpeszerda
Comment options

Answer selected by vulpeszerda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants