plone / volto

React-based frontend for the Plone Content Management System
https://demo.plone.org/
MIT License
484 stars 658 forks source link

Page transitions for React Router #182

Open davisagli opened 6 years ago

davisagli commented 6 years ago

Since navigation happens via api requests, the browser doesn't show a spinner while pages load. I find this makes the site feel nonresponsive (did my click actually do anything?) even though it's actually faster. I think we should add our own spinner somewhere on the page (in place of the logo the toolbar?)

tisto commented 5 years ago

@davisagli I fully agree. I changed the title, hope you are ok with that. It shouldn't be too hard to hook some animation into react router.

tahamukhtar20 commented 11 months ago

does this issue still exist or it's fixed?