You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a slow connection while loading the site looks like this:
and once when the js is loaded it then hydrates & renders the project list which does not look quite good. I think we should server render the project list to prevent the reflow.
The text was updated successfully, but these errors were encountered:
nisarhassan12
changed the title
Site should server render the project.
Site should server render the project list.
Jan 13, 2020
(Also, I feel like www.gitpod.io and www.theia-ide.org top-level menus should also be rendered server-side, because I often need to wait for the menu to appear. But that's not really relevant here 😇)
On a slow connection while loading the site looks like this:
and once when the js is loaded it then hydrates & renders the project list which does not look quite good. I think we should server render the project list to prevent the reflow.
The text was updated successfully, but these errors were encountered: