mobxjs / mobx-vue-lite

Lightweight Vue 3 bindings for MobX based on Composition API.
MIT License
72 stars 3 forks source link

Server side usage with Nuxt3 and mobx #135

Open snapxtp opened 7 months ago

snapxtp commented 7 months ago

How can the answer returned from an api query in server/api with Nuxt3 be assigned to the server side mobx variable and used on the client side?