These videos are so good. Ryan is such a great teacher.
@sreeharsharaveendra2895 ай бұрын
I have been learning about reactive programming on the backend, seeing even-driven non-waterfall approach in remix is amazing
@jly_dev10 ай бұрын
I know it's an escape hatch, but loader context is great ❤
@mistymornings3 ай бұрын
Brilliant. Elegant as opposed to the app router mess.
@zee83203 ай бұрын
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
@AlexBlack-xz8hp10 ай бұрын
This is really cool! Thanks for posting.
@yomaru_199911 ай бұрын
Very cool demo. Its explanation is so clear
@arewa_coder11 ай бұрын
Can you do a video on integrating remix with an external backend api with features like authentication?
@BradWilliamsDFW11 ай бұрын
Look at the Remix Stacks. Several of them have authentication with various database services.
@StingSting84411 ай бұрын
Special thanks for doing the explainer videos in just javascript and not TS. Less overhead!
@mateuszbuskiewicz211511 ай бұрын
This API is so brilliant. I love it.
@dannylmathews2 ай бұрын
Would this mean Server Side Rendering would be effected as it loads Loading State initally vs what is finally rendered?
@codewithnws354411 ай бұрын
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?
@NunoCostapt11 ай бұрын
Amazing as usually!
@claus4tw11 ай бұрын
How did you get these breadcrumbs and move the close window row into the top top bar?
@arewa_coder11 ай бұрын
Nice video Ryan 👍 Can you get thesame effect with an external backend service??
@twitchizle11 ай бұрын
yes, i am using tmdb api with defer
@soywarmon11 ай бұрын
You can defer any promise. As long as that service is called through a promise (like a fetch request) defer it
@dasnipa5204 ай бұрын
This is basically partial pre rendering in nextjs and it’s much easier to understand and implement
@SikarinPunsawat6 ай бұрын
Defer still good for SEO ? I was try it and what in pagesource it seem that show loading... component
@iganic757413 күн бұрын
nope
@Augustine_3548 ай бұрын
What code editor is it?
@CostGranda6 ай бұрын
VS Code, but not sure about the config
@MrJfergsАй бұрын
this is a cool feature but the audio ducking is kind of distracting.
@apidas11 ай бұрын
very cool, and then they said, server rendering should have all the data streamed in the html already :)
@user-kt1iz4vc3x11 ай бұрын
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!
@JacobGextrem11 ай бұрын
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.
@6qat10 ай бұрын
Is "defer" only available for Cloudfare?
@Remix-Run10 ай бұрын
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."
@rnwonder1078 ай бұрын
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
@IllusionIRL11 ай бұрын
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
@willsmith414011 ай бұрын
wish i could use remix in react native/expo
@ronindevninja7 ай бұрын
thanks to makes me trust on react again
@sergioccarneiro11 ай бұрын
Cloudflare, nice!
@nonefvnfvnjnjnjevjenjvonej338411 ай бұрын
remix being bought be a tier 2 tech company like shopify has made it lose a lot of steam. should have stayed independent.