Remix Single: Concurrent Mutations w/ useFetcher

Поділитися
Вставка
  • Опубліковано 31 гру 2024

КОМЕНТАРІ •

  • @josephgreve5101
    @josephgreve5101 Рік тому +21

    Please never stop making these. They are SO incredibly helpful.

  • @DEV_XO
    @DEV_XO 2 роки тому +8

    Im happy to be part of this, specially with amazing people like you!
    Remix is so cool! ❤

  • @w0ble
    @w0ble Рік тому

    Ryan, you are amazing at explaining things. Never stop!

  • @TEMISsX
    @TEMISsX Рік тому +3

    Hi,
    I just started using Remix after working with 'vanilla' React for 3 years now, and I like it very much, more than what I've been able to test with NextJS (which is also good too)
    Please keep working on this tool it's super good, full committing on it and pushing it at the office 💪

  • @nickv.v
    @nickv.v 3 місяці тому +1

    3:48 hey how did you automatically inserted parenthesis around the jsx element?

  • @RolandAyala
    @RolandAyala Рік тому

    Thanks for this video -- it does a great job of showing how Remix addresses UX details that are a struggle or pita to get right in other frameworks (at least in my experience).

  • @sumantturlapati1889
    @sumantturlapati1889 2 роки тому +10

    interesting. you mentioned remix fetches all the routes after the mutation to keep them in sync. is there s way to tell remix to not fetch some routes because a) one of the routes might be expensive and/or b) I know for sure there is no dependency with this mutation so I don't want that call to be made. or did I just completely misunderstand this concept?

    • @blade2663
      @blade2663 2 роки тому

      I had the same question in mind!
      I think if u are using a seperate rest server u can handle cahcing on the expensive routes there

    • @techytimo
      @techytimo 2 роки тому

      Had the same question in mind. How do you prevent remix from refetching data for some components that you think are unrelated to the mutation you made. Actually I wish you could decide what you want to be refetched after the mutation.

  • @michaelneumair
    @michaelneumair 8 місяців тому

    'useTransition' is now called 'useNavigation' to not conflict with React 18th 'useTransition'

  • @afsahnasir9889
    @afsahnasir9889 2 роки тому

    Thanks Jim Carrey! Awesome tutorial!

  • @liviuzachin643
    @liviuzachin643 2 роки тому +1

    is there a nice way to mutate form data on client/browser side before submission without using fetcher?

  • @MateuszWszola
    @MateuszWszola 2 роки тому

    Awesome video! Keep up the good work!

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

    i wish this was done as a written resource

  • @SumitSingh-c8n
    @SumitSingh-c8n 6 місяців тому

    how to get the data from dynamic generating input fields :]

  • @kennycrosby774
    @kennycrosby774 2 роки тому +1

    RIP Aunt May

  • @rodyguzman9654
    @rodyguzman9654 2 роки тому +4

    Is there a pattern for infinite scrolling in Remix?

  • @anythingforweb
    @anythingforweb 2 роки тому +1

    Nice videos! Is the code hosted somewhere online? Next step would be to handle multiple submit requests for adding a person. Looks similar to the delete thing, but not sure how the optimistic ui will work there.

  • @juanganma9806
    @juanganma9806 5 місяців тому

    thank you so much

  • @tonybrown7847
    @tonybrown7847 2 роки тому +1

    Would be nice to have the code

  • @fabischkamau
    @fabischkamau 2 роки тому

    Is there a way remix can keep in sync with the database in the loader function, like in a social media application where posts keeps getting added every second by different users?

    • @Glinkis
      @Glinkis 2 роки тому +2

      @@mhdcodes not if you use caching properly.

  • @shaunpx1
    @shaunpx1 2 роки тому

    I'm currently designing architecture for an enterprise application that has a dashboard, heavy form loads and user input/data. My question is can Remix handle an application of this nature with multiple users parsing the server at 8nce? I'm trying decide between Remix and React. I l8ve the feature this framework offer but just not sure if the resources to scale would be greater with Remix? Also is there ability for client side rendering in Remix. Can I build reusable components that are rendered on the client?

    • @nikshirobokov
      @nikshirobokov 2 роки тому

      I have a Remix project. This pull ups from React most important things: JSX, useEffect and refs. No need more. The Remix makes for you: meta tags, forms, parallel data loading and much more. So. You can reuse components same as React. Or. You can develops REST API even and use this with other applications.
      I use this with Postgres. That's works fast.
      I hope, this useful for you.
      A new religion :)))

  • @john_ryan_nyc
    @john_ryan_nyc 2 роки тому

    I assume this is handled - but how does useFetcher handle the case where JS hasn’t loaded? Just a regular navigation form?

  • @eleah2665
    @eleah2665 Рік тому

    Is the code for this available somewhere?

  • @SyedRiyadhulKarim
    @SyedRiyadhulKarim Рік тому

    Thanks a lot....

  • @jimmytango
    @jimmytango 2 роки тому

    When’s the Udemy course?!!