-
So I've had a few unsuccessful attempts at getting this to work with Qwik, wondered if anyone else has tried as well? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hello. I don't even know what Qwik is, so I guess the probability of this plug-in being incompatible with it is high. If you provide information on Qwik, I could evaluate if it is something that I would like to pursue as part of this plug-in's roadmap. Cheers. |
Beta Was this translation helpful? Give feedback.
-
I got curious and quickly searched for Qwik. It is just another framework, like React or Svelte. If Vite can bundle it, and you can provide single-spa lifecycle functions, this plug-in will do the rest. The problem: There is no |
Beta Was this translation helpful? Give feedback.
I got curious and quickly searched for Qwik. It is just another framework, like React or Svelte. If Vite can bundle it, and you can provide single-spa lifecycle functions, this plug-in will do the rest.
The problem: There is no
single-spa-qwik
package available. Someone versed in how Qwik instantiates components should be able to create said package.