When I load the page the first time, I can see the projects loaded with @asyncConnect. But if I go to another route and come back through Link or pushState, the function loadProjects is not called and the state.projects has only the loaded property set to false.
When I load the page the first time, I can see the projects loaded with
@asyncConnect
. But if I go to another route and come back throughLink
orpushState
, the functionloadProjects
is not called and thestate.projects
has only theloaded
property set tofalse
.Maybe I don't understand how
@asyncConnect
work but it seems that it should be called everytime one accesses its route.