Streaming events #61197
Unanswered
markoleavy
asked this question in
App Router
Streaming events
#61197
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would need to know, in a client component layout, if it's children are rendered or if the loading component is still shown.
I'va managed to do that wrapping the loader (that by default is a server component) in a client component that dispatch an event when unmounted. Is there an easier way to achieve that?
Beta Was this translation helpful? Give feedback.
All reactions