Y
Hacker News
new
|
ask
|
show
|
jobs
by
regularfry
297 days ago
Unclear what happens if the client bundle doesn't load. Next.js gives you a fallback: what's the story here?
1 comments
krasimir_tsonev
297 days ago
That's a good question. So far it simply renders whatever the server sent. Meaning the client components are still rendered but with no data and non-functional.
link