Deferring Data + Streaming in Remix

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ม.ค. 2025

ความคิดเห็น • 43

  • @DEV_XO
    @DEV_XO ปีที่แล้ว +16

    These videos are so good. Ryan is such a great teacher.

  • @ibrahimmohammed3484
    @ibrahimmohammed3484 ปีที่แล้ว +48

    i do owe this framework an apology

  • @AbuBakr1
    @AbuBakr1 16 วันที่ผ่านมา

    The only Frame work that does not give headache 👍

  • @sreeharsharaveendra289
    @sreeharsharaveendra289 5 หลายเดือนก่อน

    I have been learning about reactive programming on the backend, seeing even-driven non-waterfall approach in remix is amazing

  • @AlexBlack-xz8hp
    @AlexBlack-xz8hp 10 หลายเดือนก่อน

    This is really cool! Thanks for posting.

  • @yomaru_1999
    @yomaru_1999 11 หลายเดือนก่อน

    Very cool demo. Its explanation is so clear

  • @mistymornings
    @mistymornings 4 หลายเดือนก่อน

    Brilliant. Elegant as opposed to the app router mess.

  • @mateuszbuskiewicz2115
    @mateuszbuskiewicz2115 ปีที่แล้ว

    This API is so brilliant. I love it.

  • @jly_dev
    @jly_dev 11 หลายเดือนก่อน +1

    I know it's an escape hatch, but loader context is great ❤

  • @arewa_coder
    @arewa_coder ปีที่แล้ว +5

    Can you do a video on integrating remix with an external backend api with features like authentication?

    • @BradWilliamsDFW
      @BradWilliamsDFW ปีที่แล้ว

      Look at the Remix Stacks. Several of them have authentication with various database services.

  • @StingSting844
    @StingSting844 ปีที่แล้ว +1

    Special thanks for doing the explainer videos in just javascript and not TS. Less overhead!

  • @zee8320
    @zee8320 4 หลายเดือนก่อน

    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

  • @arewa_coder
    @arewa_coder ปีที่แล้ว +3

    Nice video Ryan 👍 Can you get thesame effect with an external backend service??

    • @twitchizle
      @twitchizle ปีที่แล้ว

      yes, i am using tmdb api with defer

    • @soywarmon
      @soywarmon ปีที่แล้ว +3

      You can defer any promise. As long as that service is called through a promise (like a fetch request) defer it

  • @claus4tw
    @claus4tw ปีที่แล้ว

    How did you get these breadcrumbs and move the close window row into the top top bar?

  • @tungnguyen1758
    @tungnguyen1758 3 วันที่ผ่านมา

    streaming doesn't work in s in shopify, is there any way to fix it?

  • @codewithnws3544
    @codewithnws3544 ปีที่แล้ว

    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?

  • @dannylmathews
    @dannylmathews 3 หลายเดือนก่อน

    Would this mean Server Side Rendering would be effected as it loads Loading State initally vs what is finally rendered?

  • @Augustine_354
    @Augustine_354 9 หลายเดือนก่อน +1

    What code editor is it?

    • @CostGranda
      @CostGranda 7 หลายเดือนก่อน

      VS Code, but not sure about the config

  • @SoloDevbyFu
    @SoloDevbyFu 7 หลายเดือนก่อน

    Defer still good for SEO ?
    I was try it and what in pagesource it seem that show loading... component

    • @iganic7574
      @iganic7574 หลายเดือนก่อน

      nope

  • @NunoCostapt
    @NunoCostapt ปีที่แล้ว

    Amazing as usually!

  • @6qat
    @6qat 11 หลายเดือนก่อน

    Is "defer" only available for Cloudfare?

    • @Remix-Run
      @Remix-Run  11 หลายเดือนก่อน

      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."

    • @rnwonder107
      @rnwonder107 9 หลายเดือนก่อน

      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

  • @MrJfergs
    @MrJfergs 2 หลายเดือนก่อน

    this is a cool feature but the audio ducking is kind of distracting.

  • @dasnipa520
    @dasnipa520 5 หลายเดือนก่อน

    This is basically partial pre rendering in nextjs and it’s much easier to understand and implement

  • @user-kt1iz4vc3x
    @user-kt1iz4vc3x ปีที่แล้ว

    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!

    • @JacobGextrem
      @JacobGextrem ปีที่แล้ว

      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.

  • @apidas
    @apidas ปีที่แล้ว

    very cool, and then they said, server rendering should have all the data streamed in the html already :)

  • @IllusionIRL
    @IllusionIRL ปีที่แล้ว

    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

  • @ronindevninja
    @ronindevninja 8 หลายเดือนก่อน

    thanks to makes me trust on react again

  • @sergioccarneiro
    @sergioccarneiro ปีที่แล้ว

    Cloudflare, nice!

  • @willsmith4140
    @willsmith4140 ปีที่แล้ว

    wish i could use remix in react native/expo

  • @nonefvnfvnjnjnjevjenjvonej3384
    @nonefvnfvnjnjnjevjenjvonej3384 ปีที่แล้ว

    remix being bought be a tier 2 tech company like shopify has made it lose a lot of steam. should have stayed independent.