foreigners are busy ~ no one answered me
http://forum.framework7.io/t/.
come here and ask one: how does react F7 update the browser"s address bar url and the current route Synchronize. I looked at the template, of this react and all his route remained unchanged when he was visited. Thank you, brothers As stated above, the route"s path property means the path/url that will be displayed in browser window address bar (if pushState enabled) when the following route will be loaded either by api or clicking on a link with same path.
< Button onClick= {() = > {props.f7router.navigate ("/ memoDetail/", {pushState: true, history: true})}} > < / Button >
{
path: "/course",
pushState: true,
history: true,
component: CoursePage,
}
Not even, but the address bar remains the same.