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.
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."
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
i do owe this framework an apology
You're forgiven
😁@@Remix-Run
These videos are so good. Ryan is such a great teacher.
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
I know it's an escape hatch, but loader context is great ❤
Very cool demo. Its explanation is so clear
Special thanks for doing the explainer videos in just javascript and not TS. Less overhead!
This is really cool! Thanks for posting.
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
Brilliant. Elegant as opposed to the app router mess.
This API is so brilliant. I love it.
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.
Amazing as usually!
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?
How did you get these breadcrumbs and move the close window row into the top top bar?
this is a cool feature but the audio ducking is kind of distracting.
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
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
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.
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
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
very cool, and then they said, server rendering should have all the data streamed in the html already :)
thanks to makes me trust on react again
wish i could use remix in react native/expo
Cloudflare, nice!
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