React Server
21–30 of 143 posts
Re: React Server
#22Getting random 504 timeout errors on this site. Is this hosted using react-server?
Re: React Server
#23Getting random 504 timeout errors on this site. Is this hosted using react-server?
Re: React Server
#24I'd really love to see a demo of what they mean by "seamless transitions."
The website itself is meant to serve as a demo. :) When you land on the site the first page is rendered by the server. Then the client controller wakes up and subsequent page views ask the server for data, but render in the browser. That's what we mean by "seamless transitions".
Re: React Server
#25Earlier quoted context omitted.
The website itself is meant to serve as a demo. :) When you land on the site the first page is rendered by the server. Then the client controller wakes up and subsequent page views ask the server for data, but render in the browser. That's what we mean by "seamless transitions".
Is it possible to have all pages rendered server side?
I'd assume when he says "first page" he means any first page but generally from there the rest becomes dynamic react. Depending on how you load your data it should be much quicker to render entirely in the browser once the page has loaded.
Re: React Server
#26Getting random 504 timeout errors on this site. Is this hosted using react-server?
Re: React Server
#27Getting some weird issues, can only get to the docs by clicking on the link to the docs and then refreshing the page a couple of times...
Re: React Server
#28Re: React Server
#29Earlier quoted context omitted.
The website itself is meant to serve as a demo. :) When you land on the site the first page is rendered by the server. Then the client controller wakes up and subsequent page views ask the server for data, but render in the browser. That's what we mean by "seamless transitions".
Is it possible to have all pages rendered server side?
Re: React Server
#30Earlier quoted context omitted.
Is it possible to have all pages rendered server side?
are you asking to have a static site pre-built from React? I'd assume when he says "first page" he means any first page but generally from there the rest becomes dynamic react. Depending on how you load your data it should be much quicker to render entirely in the browser once the page has loaded.
The user-agent string could be used to decide which approach to use.