Write ReactJS in Rust
github.com
Write ReactJS in Rust
1–10 of 16 posts
Re: Write ReactJS in Rust
#2Re: Write ReactJS in Rust
#3[0] https://github.com/Shyam20001/rsjs
[1] https://github.com/Shyam20001/rsjs/blob/a226f62de039ebbd8da0...
Re: Write ReactJS in Rust
#4Re: Write ReactJS in Rust
#5I wish the author included examples of what it's like to write ReactJS in Rust. Can't get a good idea of how succinct or structured it is to write for example a button handler on an element from what's in the docs currently.
Re: Write ReactJS in Rust
#6So I guess the package `brahma-firelight` is the core idea behind this? But why in the repo[0], you uploaded those `.node` files instead of the source code + building scripts? Also your source code `brahma.js` looks like generated from `@napi-rs/cli`. Because recently I'm trying to build rolldown and next.js for msys2 platforms, and I'm certain this line[1] of code won't work in some cases. [0] https://github.com/Shy…
Do refer the READ me for further information.
Re: Write ReactJS in Rust
#7Obviously it's up to everyone how they open source stuff, but I'm not necessarily sure that a massive blob of compiled code is the way to go: https://github.com/Shyam20001/rsjs
Not saying it's the greatest idea, I despise it personally, but I do understand the motivation for it.
Re: Write ReactJS in Rust
#8Obviously it's up to everyone how they open source stuff, but I'm not necessarily sure that a massive blob of compiled code is the way to go: https://github.com/Shyam20001/rsjs
Re: Write ReactJS in Rust
#9This is a wild mismatch from the HN title, this seems to be backend software?
Re: Write ReactJS in Rust
#10Obviously it's up to everyone how they open source stuff, but I'm not necessarily sure that a massive blob of compiled code is the way to go: https://github.com/Shyam20001/rsjs
Here you go for the core https://github.com/Shyam20001/brahma-core All npm packages including esbuild publish binaries node Js a Runtime not compiled one. So don't get into a judgement dude. Don't get blindly attached to the topics. Do check the Read Me before commenting.