User Feedback with Busy Indicators

preview_player
Показать описание
With useNavigation we can render contextual pending UI to give our user feedback that our application is "thinking" while they way for an action to resolve.

00:00 - Overview
00:45 - Adding pending UI via useNavigation
02:57 - Improving pending UI via formAction
04:10 - Pending UI for multiple actions

Рекомендации по теме
Комментарии
Автор

Remix make me smile again, when I'm coding web. Thank you Ryan, great series. 🎉

blissito
Автор

At the end, when showing that the browser's forward button doesn't trigger the behavior anymore, you should've probably also shown that the button retained the correct behavior when actually submitting the form. Not a big deal, but I think that would've rounded the video off nicely. Very cool series so far though, Ryan!

hhhhhhhhhhhhhhhhhhhhhh
Автор

What is the benefit of using “useNavigation” over “useFetcher” and changing to use the Form provided by “useFetcher” then keying off “useFetcher” properties?

MattChinander
Автор

How can I make a page loading indicator? when the user enters the site or navigates between routes

isseihyoudou
Автор

The more I watch your great videos, the more I realize Copilot should offer a version. You barely used any suggestion from Copilot troughout the videos and most of the time the suggestion was entirely different to what you actually ended up using. I think that creates some cognitive effort as instead of thinking about what you want to do, you now need to also think about what not to do if AI offers you a suggestion

JacobGextrem