get / set cookie from ssr without using server middleware
[issue link]Hello,
I try to find a solution, but I’m not sure that it really exists. I have a distant api, so I don’t need/want to use any api on the server side using server middleware, I just want to set / get cookies or data on local storage from my store.
Is it possible ?