I am using React to build SPA webpage ,the problem is when I deploy latest version of the app, the browser client won't changed except user refresh the page.
on multi-page application, when user click <a/>
tag will request server to re-render a new page.
Is there some ways to solve the problem?