-
### Which component is affected?
Qwik Runtime
### Describe the bug
Upon page load, the code checks localStorage for a dark mode flag. This check must be executed in the browser. If the flag is not …
un33k updated
10 months ago
-
What is involved in adding support for another framework? (beyond support in Ark and Panda)
From a quick look, it appears 3 main things are needed:
1. the main framework-specific integration po…
-
### Feature Description
Sidenav and various other components should support Clientside Hydration. When I deliver the initial HTML from the server, the client should be able to hydrate my entire sit…
-
### Which component is affected?
Qwik Optimizer (rust)
### Describe the bug
Many vite plugins work by scanning code during `load`, and transforming the code during `transform`.
However, the qwik…
-
Hello, I'd like to share the following security considerations (which I don't think are vulnerabilities of Fresh) to make Fresh more secure.
- Props Manipulation for Islands Architecture
- Prototy…
-
Here is a repro using latest NextJS: https://github.com/samijaber/isolated-vm-import-bug
I have seen this issue in a variety of build tooling and web frameworks, including Webpack/Vite and Qwik/Vue…
-
#### Issue description
When using `qwik-speak`, if we declare a `routeLoader$` in the layout.txt file and re-use it across multiple routes, if we navigate through out some pages, both the from and th…
-
**How can the documentation be improved?**
it would be appreciated, if i could translate Qwik document korean.
May i start it?
-
### Astro Info
```block
Hey, i just had this weird bug where my root page component stopped working.
no changes to code, or packages, the page suddenly only rendered the footer.
Here the code :
…
-
### Is your feature request related to a problem?
Currently `useClientEffect$()` let you specify how is executed with `{eagerness:'visible|load|idle'}`, but all of them are delayed.
Can we have …