I'm amazed about remix way of doing things over other frameworks
@LinuxLue4 ай бұрын
This guy should be a teacher. I learn so many little things from his videos that all add up to make other things make so much sense.
@DrewLytle Жыл бұрын
That simple image prefetch logic is a game changer - such great videos!
@josecarloscorreamandujano5109 Жыл бұрын
Now I get why Kent put a lot of emphasis on the link tag on his EpicWebDev course. Thanks for this Ryan!
@nil7444 Жыл бұрын
Loving ths series! Thanks to the Remix team for your hard work
@Beyram1501 Жыл бұрын
Wow, didn't know about that image prefetch, thanks ❤
@floris-bos Жыл бұрын
Loving the videos! :) I was wondering how you are navigating vscode like that without the mouse, is it VimBindings or something else?
@planetmall2 Жыл бұрын
These are awesome keep it up!
@ayushgogna9732 Жыл бұрын
you are amazing keep making more videos and make the web world better
@gustavocadev Жыл бұрын
Remix is so awesomee!
@bideshbanerjee5506 Жыл бұрын
I am damm sure Ryan has searched for those movies in Netflix just after recording the video
@pcv-free-as-a-bird7 ай бұрын
You guys should release a prefetch for the image in the v3 🙌
@pcv-free-as-a-bird7 ай бұрын
Super cool! For prefetching (render) I would have a question. Are the links downloaded after the initial load with the loader data or at the same time? Would it slow my initial load? Anyone? Thank you
@predaytor Жыл бұрын
Wow that Canary release hoist feature. Will we be able to hoist other tags to the head? Like preloading assets for image at the component level?
@TheCoding31 Жыл бұрын
This is, wow!
@karthM82 ай бұрын
i have placed a console.log in search component its getting printed like 10 times on pageload any idea why its happening?
@nodeguru76638 ай бұрын
I'm curious to know how we can upload files in Remix please make a video.
@sahilmulla16808 ай бұрын
is there an onPrefetch on Links?
@amansagar4948 Жыл бұрын
does the `intent` works like `viewport` on mobile? or we've to conditionally do that?
@Remix-Run Жыл бұрын
It does not, intent prefetches when the user hovers or focuses the link. So effectively it doesn't do anything on mobile remix.run/docs/en/main/components/link#prefetch
@Callumkloos Жыл бұрын
Maybe the biggest character => UX impact in Remix!