Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Did anyone re-implement the basic React API surface, using Wasm as a backend for the Virtual DOM? To me, it sounds like this would be an interesting project.


Not totally the same, but Blazor[1] is a similar framework powered by dotnet on wasm. As a React dev, looking at a Blazor component feels very familiar. I'd love to see something implemented in Go or another language without all the extra baggage dotnet comes with currently.

[1] https://blazor.net


There's also yew[1], which cites ReactJS as a direct influence. It implements a virtualDOM and is quite fast[2]. One of my main motivations for learning Rust right now.

[1]https://github.com/DenisKolodin/yew

[2]https://github.com/DenisKolodin/todomvc-perf-comparison


Is there F# support for Blazor? Not a fan of C# for UI work (especially the kind the browser forces onto you).




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: