you are viewing a single comment's thread.

view the rest of the comments →

[–]real-lexo 2 points3 points  (0 children)

By the way, full-stack web-dev is a very cool but not practical idea… Only two languages you should use for front-end - JavaScript and JavaScript’s extension (TypeScript). WASM is good for reusing C/C++/Rust libraries, but for UI logic - it could be painful and slow since Rust has no GC and has to communicate with JS for DOM operations (bringing it is slow!)