Quei
Explore posts from serversReusable websocket component
Hi Community and @manniL / TheAlexLichter
i found the super helpfull small guide on YT:
https://www.youtube.com/watch?v=OfY7JcrqkPg&t=33s
It works like a charm! Now I'm wondering how I can create a reusable component for sending messages.
The idea is to have a central "channel" for updates across the web app. For example, I've written a mail client, and when this client receives a new email, it should send a message to the channel. Based on this message, a component refresh should be triggered.
But I'm having trouble implementing this. The main idea is to have a function that I can import anywhere on the server side to send messages to this channel.
49 replies
NuxtLink issue?
Hi All
I have a strange issue in my project.
I have started some days ago with the project. Well, in the beginning, i thought all works fine but after some clicking around it seems that the NuxtLinks does not really work reliable. i have attached a video which shows the behaviour better.
it looks like i stress the page too much but this happens regularly. if changing the links slower, it happens too.
if i should upload my code its not a problem.
here are some extracts:
packages/store/layouts/default.vue
packages/store/components/Main/TopBar.vue
packages/store/app.vue
1 replies