gothinkster / react-redux-realworld-example-app

Exemplary real world application built with React + Redux
https://react-redux.realworld.io
MIT License
5.55k stars 2.5k forks source link

Whenever I come back to the home page from any other page It still shows the previously selected popular tag active and the articles under it are not filtered accordingly. Its showing global feed's articles. #158

Open sanjibroy360 opened 3 years ago

sanjibroy360 commented 3 years ago

Filtering articles based on popular tags are working fine but whenever I navigate to other pages from there and come back to the home page it still shows the previous popular tag active. The articles under it are not filtered accordingly, its showing global feed's articles. After Before