Live data from Hacker News

Show HN: Percy – A Rust and WebAssembly isomorphic virtual DOM implementation

github.com

51–53 of 53 posts

Re: Show HN: Percy – A Rust and WebAssembly isomorphic virtual DOM implementation

#51
post #30

Earlier quoted context omitted.

Pretty sure there's something called everything in the JS space. Thankfully this is the Rust/WASM space so all good names get to be recycled.

Damn, time to get started on React.rs. Is rQuery taken?

Not only is rQuery not taken, jQuery isn't taken either :-D

Re: Show HN: Percy – A Rust and WebAssembly isomorphic virtual DOM implementation

#52

Earlier quoted context omitted.

what i want to see is to have all logic to be centered around features, and have a framework compile the server side and client server out of one logical piece of code, if that even makes sense. a bit like in the old days of php when you'd have the serverside code and html rendered in their, but this time nearly everything is running on the client unless the client can't be trusted. you could have some kind of ring s…

ASP.NET does this, you use its components and it generates client side javascript. In a more functional way, there's another language that does this caled Opa! http://opalang.org/

yes, like runat="server" kinda thing.

Re: Show HN: Percy – A Rust and WebAssembly isomorphic virtual DOM implementation

#53
The use of the html macro is incredibly nice, no need for a special "JSX" language, it’s all builting thanks to macros. I’m working on the same thing for python (using pyxl/mixt/lys and brython) and you just proved that there’s interrest in that !
Post reply on HN