vercel / react-transition-progress

Show a progress bar while React Transitions run
https://react-transition-progress.vercel.app
MIT License
156 stars 15 forks source link

it doesn't work when going back #2

Closed carlos-dubon closed 5 months ago

carlos-dubon commented 5 months ago

forward navigations are good. when user clicks back button in browser it won't show up.

timneutkens commented 5 months ago

You can add a popstate listener manually using useProgress but it wouldn't really show anything as the navigation would be instant.