CampusMadridProjects / directory-frontend

Campus Directory Frontend: A Progressive Web App made with VueJS.
MIT License
8 stars 0 forks source link

Avoid content re-load when perfoming "back" action in browser #10

Closed musikame closed 6 years ago

musikame commented 6 years ago

Tab content reloads when user performs a "back" navigation action in browser (web, mobile). Avoid by caching content per session if possible.

CodingCarlos commented 6 years ago

Sure!! V1.1 ;)

El vie., 24 ago. 2018 13:52, Edu Duque notifications@github.com escribió:

Tab content reloads when user performs a "back" navigation action in browser (web, mobile). Avoid by caching content per session if possible.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/CampusMadridProjects/directory-frontend/issues/10, or mute the thread https://github.com/notifications/unsubscribe-auth/AHDVPw00nX9iO_DyNZ81i0iw9sfRJlYIks5uT-jqgaJpZM4WLODw .

CodingCarlos commented 6 years ago

Well, this is going to be free, since I've enabled a starter cache version for the full-screen person view, so... Free stuff! :rofl:

Actually, the project seems to became bigger than initially expected (and I love to see that), so maybe in next iterations we might check Vuex to manage state, and implements by default a cache much better than my approach.