Nope! Your host just needs to provide streaming. From the docs "Ensure your hosting provider supports streaming, not all of them do. If your responses don't seem to stream, this might be the cause."
hi ryan, I'm learning remix and a doubt came up, since I've seen that in several demos you disable javascript, do you think it should be a goal that any page should work without js? I've seen myself trying to get the same functionality in both scenarios but I'm not sure if it makes sense, I would like to know what you think. thanks!
Yes and no. Barely any user disables JavaScript today; however, optimizing for "before JS loads" makes totally sense. E.g. imagine you're on a train and the internet is suuper slow - should the slow JS block you from submitting a form, clicking a link, ...? Probably not. So making sure things work before JS loads enhances user experience for users with slow internet and/or slow devices.
i wish at my work there were using remix lmao. How can we reproduce the defer ? it is any way to do it ? I love the videos, thanks for that. great format, short and really friendly
These videos are so good. Ryan is such a great teacher.
i do owe this framework an apology
You're forgiven
😁@@Remix-Run
The only Frame work that does not give headache 👍
I have been learning about reactive programming on the backend, seeing even-driven non-waterfall approach in remix is amazing
This is really cool! Thanks for posting.
Very cool demo. Its explanation is so clear
Brilliant. Elegant as opposed to the app router mess.
This API is so brilliant. I love it.
I know it's an escape hatch, but loader context is great ❤
Can you do a video on integrating remix with an external backend api with features like authentication?
Look at the Remix Stacks. Several of them have authentication with various database services.
Special thanks for doing the explainer videos in just javascript and not TS. Less overhead!
i have heard bout remix and sopify but never tried it. but after seeing this i can get where next js got idea for server actions. this looks cool
Nice video Ryan 👍 Can you get thesame effect with an external backend service??
yes, i am using tmdb api with defer
You can defer any promise. As long as that service is called through a promise (like a fetch request) defer it
How did you get these breadcrumbs and move the close window row into the top top bar?
streaming doesn't work in s in shopify, is there any way to fix it?
how do i add the type saftey like why don't i am getting suggestion for the env ? in the context and to the particular schema?
Would this mean Server Side Rendering would be effected as it loads Loading State initally vs what is finally rendered?
What code editor is it?
VS Code, but not sure about the config
Defer still good for SEO ?
I was try it and what in pagesource it seem that show loading... component
nope
Amazing as usually!
Is "defer" only available for Cloudfare?
Nope! Your host just needs to provide streaming. From the docs
"Ensure your hosting provider supports streaming, not all of them do. If your responses don't seem to stream, this might be the cause."
Can you address the time out issue we are getting with defer in your github issues? We can't use this feature because of it @Remix-Run
this is a cool feature but the audio ducking is kind of distracting.
This is basically partial pre rendering in nextjs and it’s much easier to understand and implement
hi ryan, I'm learning remix and a doubt came up, since I've seen that in several demos you disable javascript, do you think it should be a goal that any page should work without js? I've seen myself trying to get the same functionality in both scenarios but I'm not sure if it makes sense, I would like to know what you think. thanks!
Yes and no. Barely any user disables JavaScript today; however, optimizing for "before JS loads" makes totally sense. E.g. imagine you're on a train and the internet is suuper slow - should the slow JS block you from submitting a form, clicking a link, ...? Probably not. So making sure things work before JS loads enhances user experience for users with slow internet and/or slow devices.
very cool, and then they said, server rendering should have all the data streamed in the html already :)
i wish at my work there were using remix lmao.
How can we reproduce the defer ? it is any way to do it ?
I love the videos, thanks for that. great format, short and really friendly
thanks to makes me trust on react again
Cloudflare, nice!
wish i could use remix in react native/expo
remix being bought be a tier 2 tech company like shopify has made it lose a lot of steam. should have stayed independent.
what an insane take lmao