plex
plex
NNuxt
Created by plex on 2/27/2024 in #❓・help
Reactivity on rendered elements?
The value itself is reacting though, the {{ liked }} part in the template is changing accordingly to the result.
3 replies
NNuxt
Created by plex on 2/21/2024 in #❓・help
Refetching and rerendering AsyncQueries from Apollo?
Okay actually it just seems to be this way. I've found this issue on GitHub with basically the same problem and so far no updates: https://github.com/nuxt-modules/apollo/issues/496
3 replies
NNuxt
Created by plex on 4/7/2023 in #❓・help
NuxtLink inside computed text?
Thanks. That sounds a bit more complicated than I thought, but I will have a look into it.
4 replies
NNuxt
Created by plex on 2/20/2023 in #❓・help
How to handle global notifications?
I will definitely try Pinia. Right now I've found a quick workaround by using mitt as a plugin, but using the store feels more "nuxty"
13 replies
NNuxt
Created by plex on 2/20/2023 in #❓・help
How to handle global notifications?
You mean with useState?
13 replies
NNuxt
Created by plex on 2/20/2023 in #❓・help
How to handle global notifications?
Alright that sounds like a plan, will also check out Pinia. Thank you. 🙂
13 replies
NNuxt
Created by plex on 2/20/2023 in #❓・help
How to handle global notifications?
Thanks, but isn't this more for keeping data in the store? In my use case these notifications come and go and shouldn't actually be preserved after being shown once
13 replies