Fork me on GitHub
#rum
<
2021-04-16
>
Drew Verlee02:04:10

In the case of ssr, is just the components that were scheduled, that get re rendered? Or is it the entire page? If it's the former, how does the update to the Dom happen? E.g inserting html text? Calling dom functions?

Roman Liutikov06:04:06

Rendering on a server is single pass process, it's just templates, there's no lifecycle