-
Hi, it seems children routes are not working at all. I tested both static and dynamic routes but no luck. Defining at top level works.
Reproduction: https://stackblitz.com/edit/vitejs-vite-ms9fna?f…
-
Long story short esbuild is not emitting `"use strict";` while Vite is, even if I point it to my "tsconfig.json" with "alwaysStrict" in it.
IMO this is a really bad default that breaks code in subt…
-
### Describe the bug
If children of suspense is a function they never resolve. Here are some links with a weird fix for it that renders the child but not the fallback, and one where it fixes both. …
-
### Describe the bug
hi there, Im using unocss and i use this syntax to add classes for all span elements in a div `[&_span]:bg-red` , this will add bg-red to all span elements of the parent div
…
-
I took inferno implementation's performance to mean that their virtual diffing is somehow faster than non-vdom libraries. I realised it's not representative of the library itself after I read the sour…
-
I was looking at the following and found the reported geometric means for Solid surprising:
For the (first) run on the left all three implementation got refreshed, for the (second) run on the r…
-
This would probably increase the time it takes to run the full benchmark by a lot, but it'd be interesting to run some memory benchmark with 10k rows too, other than with 1k rows. Maybe just one?
H…
-
voby is perfect for embedding in my application, thank you for making this!
`signal() / atom()` and `atom.value` style getters and setters seem easier to understand, I hope to consider this.
-
Hi Fabio,
While `voby` is still `0.x`, I'd like to suggest a change to the Observable API.
In a nutshell, I believe overloading is more or less "bad for everything".
The current API is triple…
-
**Describe the bug**
If a module uses the null coalescing operator the whole build process seems to fail.
**To Reproduce**
Go here: https://bundlephobia.com/package/voby
Build error:
``…