Benton Boychuk-Chorney
Benton Boychuk-Chorney
This should be added as a baseline. Frameworks adding overhead is not vanilla js's fault.
lets write it in rust
Good idea. Will do
Isn't that running the client version of `solid-js/web`? So it's looking for browser stuff in Deno? The issue afaik is that the router defaults to client code. So if you...
Reproduction: https://github.com/B3nten/ultra/tree/async-debug Steps: 1) Run deno task dev, chose 18 (with-react-router). 2) Note console output on full refresh of pages Home and About 3) Note difference in output on subsequent...
Hi, thanks for the response The Rust build looks promising, although I can't find it (perhaps it's a private repo?). I thought about using WASM but that looks like it...
Seeing this as well on Deno 1.29.1 on macOS.
This is a great idea! Would also be nice to install it with Go, and output/modify JSON import map files.
I'm running into this same problem where I have elements that I want to both animate in on mount, and animate on scroll. ```ts const { scrollY } = useScroll()...