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 💪
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).
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?
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.
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.
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?
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?
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 :)))
Please never stop making these. They are SO incredibly helpful.
Im happy to be part of this, specially with amazing people like you!
Remix is so cool! ❤
Ryan, you are amazing at explaining things. Never stop!
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 💪
3:48 hey how did you automatically inserted parenthesis around the jsx element?
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).
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?
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
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.
'useTransition' is now called 'useNavigation' to not conflict with React 18th 'useTransition'
Thanks Jim Carrey! Awesome tutorial!
is there a nice way to mutate form data on client/browser side before submission without using fetcher?
Awesome video! Keep up the good work!
i wish this was done as a written resource
how to get the data from dynamic generating input fields :]
RIP Aunt May
Is there a pattern for infinite scrolling in Remix?
fetcher.load()
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.
thank you so much
Would be nice to have the code
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?
@@mhdcodes not if you use caching properly.
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?
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 :)))
I assume this is handled - but how does useFetcher handle the case where JS hasn’t loaded? Just a regular navigation form?
Yep!
Is the code for this available somewhere?
Thanks a lot....
When’s the Udemy course?!!