Member-only story
Web Page is not automatically redirect in React Boiler Plate
Recently our team met an issue due to page is not automatically redirect. For example, when user click on activation link, the page is not automatically direct because cache data.
Checkout https://github.com/react-boilerplate/react-boilerplate for more details.
In app.js file, they default to set to use offline caching → cause page not reload.
Update it and we’re ok.