techstartucalgary/lifeline

Frontend Data Persistence on Client Side Routing

Closed this issue · 2 comments

#202 Solved the problem of losing data when reloading/leaving the page, but there is still an issue.

If you upload a course, then click back (uses client side routing) to go back to landing page, then click forward again. The data is gone.

Save data on data change rather than on page close should solve.

Closed by #260