Is possible to do something like this to intercept all the xml routes? With this code seems not work 😦
routeRules: {
"**.xml": {
proxy: {
to: https://admin.url/**,
},
},
},
I see a lot of colleagues using useState directly. Even for slightly more substantial data at times. But is that correct? Or should you still use pinia?