Fix the sharing counter when navigating between pages.
swilgosz opened this issue · 0 comments
swilgosz commented
Overview
The social media buttons script on the single article is not refreshed when the user navigates between pages.
Fix it by adding proper useEffect
in the app.js
- or figure out different solution
Type: Bug
Acceptance criteria
- all links are working as currently (next-link component used, without full page reloading)
- When a user visits the home page then clicks on the article/episode, share buttons shows up without page refresh required
- When user visits single article/episode page, and navigate to other, the counters are properly refreshed.