Show HN: Nectar, a Rust-like React that compiles to WebAssembly
11–19 of 19 posts
Re: Show HN: Nectar, a Rust-like React that compiles to WebAssembly
#12Re: Show HN: Nectar, a Rust-like React that compiles to WebAssembly
#13Re: Show HN: Nectar, a Rust-like React that compiles to WebAssembly
#14How is this different / better than Leptos or Dioxus? https://leptos.dev/ https://dioxuslabs.com/
Re: Show HN: Nectar, a Rust-like React that compiles to WebAssembly
#15The Svelte demo (which does work on mobile, unlike the nectar version) seems a bit misleading. You won’t be rendering and filtering 10000 items on the screen, and if you do for some kind of UI, there are more performant ways to do it. A less biased benchmark would make a better case.
Re: Show HN: Nectar, a Rust-like React that compiles to WebAssembly
#16Nice! Heads up that unfortunately the demos don't appear to scroll on mobile
I need to add some love into those two areas for sure. As well as Safari and edge cases, etc. If anyone wants to contribute...
Re: Show HN: Nectar, a Rust-like React that compiles to WebAssembly
#17Re: Show HN: Nectar, a Rust-like React that compiles to WebAssembly
#18What is the binary size comparison including wasm + js?
WASM - 374KB Raw || 148KB gzipped
JS and HTML - 31KB Raw || 8KB gzipped
Total - 404KB Raw || TLDR; 156KB for the end user