Currently, on load of the page, it fires getStories(TOPSTORIES) and only loads the top endpoint. If a user browses to another navigation (e.g. Ask) and navigates away in the same tab and goes back in their browser, it'll default to Top. I think a cookie to store last navigation may help or changing behavior of getStories(), or using query strings.
Currently, on load of the page, it fires
getStories(TOPSTORIES)and only loads the top endpoint. If a user browses to another navigation (e.g. Ask) and navigates away in the same tab and goes back in their browser, it'll default to Top. I think a cookie to store last navigation may help or changing behavior ofgetStories(), or using query strings.