|
|
|
|
|
by pier25
587 days ago
|
|
> that Rust/WASM is likely to become the go to stack for complex web apps What kind of apps? On the backend there are plenty of mature ecosystems already that have been around for decades. Even focusing only on performance there's not a huge difference with say .NET or Java when looking at web benchmarks like TechEmpower[1]. On the frontend nothing can really beat the DX of using Vite with JS (hot reload of JS components, styles, etc). I don't know if it's even possible to get hot reload with WASM. I could be wrong but it sounds like doing a complex web project in Rust would be a pain with not a lot of benefits over more popular and mature solutions. [1] https://www.techempower.com/benchmarks/#hw=ph&test=fortune&s... |
|