Quote:
Originally Posted by ******
This is not isomorphic at all. A universal app should render both server and client side, so why do you need an "INITIALIZING AWESOMENESS" message, instead of just delivering fully rendered HTML? Basically, this is totally broken for any without JS, or with it disabled. For a moment I was quite interested in the prospect of a UCP that was rendered server-side, since it's far too rare a commodity in web design today. This is not it.
|
It is isomorphic and the content along with data is rendered on the server-side. If you right-click on the page and click on view page source option you will actually see that it is indeed rendered on the server side(view-source:
https://node-ucp.fgethell.xyz/top/cash). The "initializing awesomeness" part is for authenticating login cookies since the isomorphism is mainly for crawling bots and they are not supposed to have any login cookies so I don't have a check on server-side for it.