vike-react-template
vike-react-template copied to clipboard
Scope don't sharing
When i use same data for different pages, it is don't shared reproduce
I make a request on the HomePage and get a list of products, which I save in the store. Then I try to access that same store on another page (ShopPage), but it is empty there. I suspect the problem lies in the scope being overwritten (though I might not fully understand how Vike and its routing work).