Deferring Data + Streaming in Remix

Поділитися
Вставка
  • Опубліковано 6 січ 2025

КОМЕНТАРІ • 42

  • @ibrahimmohammed3484
    @ibrahimmohammed3484 11 місяців тому +48

    i do owe this framework an apology

  • @DEV_XO
    @DEV_XO 11 місяців тому +16

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

  • @AbuBakr1
    @AbuBakr1 5 днів тому

    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

  • @jly_dev
    @jly_dev 11 місяців тому +1

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

  • @yomaru_1999
    @yomaru_1999 11 місяців тому

    Very cool demo. Its explanation is so clear

  • @StingSting844
    @StingSting844 11 місяців тому +1

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

  • @AlexBlack-xz8hp
    @AlexBlack-xz8hp 10 місяців тому

    This is really cool! Thanks for posting.

  • @zee8320
    @zee8320 3 місяці тому

    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

  • @mistymornings
    @mistymornings 4 місяці тому

    Brilliant. Elegant as opposed to the app router mess.

  • @mateuszbuskiewicz2115
    @mateuszbuskiewicz2115 11 місяців тому

    This API is so brilliant. I love it.

  • @arewa_coder
    @arewa_coder 11 місяців тому +5

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

    • @BradWilliamsDFW
      @BradWilliamsDFW 11 місяців тому

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

  • @NunoCostapt
    @NunoCostapt 11 місяців тому

    Amazing as usually!

  • @codewithnws3544
    @codewithnws3544 11 місяців тому

    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 2 місяці тому

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

  • @claus4tw
    @claus4tw 11 місяців тому

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

  • @MrJfergs
    @MrJfergs 2 місяці тому

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

  • @arewa_coder
    @arewa_coder 11 місяців тому +3

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

    • @twitchizle
      @twitchizle 11 місяців тому

      yes, i am using tmdb api with defer

    • @soywarmon
      @soywarmon 11 місяців тому +3

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

  • @Augustine_354
    @Augustine_354 9 місяців тому +1

    What code editor is it?

    • @CostGranda
      @CostGranda 7 місяців тому

      VS Code, but not sure about the config

  • @SikarinPunsawat
    @SikarinPunsawat 7 місяців тому

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

  • @dasnipa520
    @dasnipa520 4 місяці тому

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

  • @user-kt1iz4vc3x
    @user-kt1iz4vc3x 11 місяців тому

    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 11 місяців тому

      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.

  • @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 8 місяців тому

      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

  • @IllusionIRL
    @IllusionIRL 11 місяців тому

    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

  • @apidas
    @apidas 11 місяців тому

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

  • @ronindevninja
    @ronindevninja 7 місяців тому

    thanks to makes me trust on react again

  • @willsmith4140
    @willsmith4140 11 місяців тому

    wish i could use remix in react native/expo

  • @sergioccarneiro
    @sergioccarneiro 11 місяців тому

    Cloudflare, nice!

  • @nonefvnfvnjnjnjevjenjvonej3384
    @nonefvnfvnjnjnjevjenjvonej3384 11 місяців тому

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