-
## Summary
I am cross-posting an issue I made with Preact and Voby
https://github.com/preactjs/preact/issues/4555
https://github.com/vobyjs/voby/issues/45
-
I tried testing Voby with easy-dom and bun.sh, but events were not working.
After I tried testing with @testing-library/dom and bun.sh, it worked fine.
I needed a testing library for Voby.
E…
-
[Here](https://github.com/vobyjs/voby/tree/master/demo/ssr_esbuild)'s a repro. `npm i && npm run dev` to see the error.
Basically inside `./server/index.tsx` I have the following:
```ts
import …
-
I'm trying to reuse the same dom element, and attach it in different places in the ui.
But even though that element is rendered only in one place at a time, solid's rendering of it is not stable.
So…
-
just wanted to let you know @fabiospampinato found out there is a signal cleanup bug with using the standard JSX transform
https://twitter.com/luwes/status/1574536326418149376
fixing it in this l…
-
I have been using TypeScript 5.x in a new project and I have noticed that when I press F8 to track errors, VSCode often jumps to the `node_modules/oby/tsconfig.json` file and prompts me that it cannot…
-
Is it possible to implement the `createRenderer` API in solid in voby? This allows voby to be used in a wider range of scenarios.
-
Recently someone was trying out web-pen and they tried importing zustand, which caused the bundler to error out.
I successfully reproduced the bug on my own machine as well, on further inspection i…
-
@fabiospampinato would be interesting to see how voby does on https://localvoid.github.io/uibench/ (by author of https://github.com/localvoid/ivi)
could reveal some more optimization nuggets!
-
allow me to explain...
back in the day, when this benchmark only compared vdom-based frameworks, the "swap rows" metric was there specifically to trigger a pathological case that messed up ineffici…