Port React Compiler to Rust
41–50 of 128 posts
Re: Port React Compiler to Rust
#42So the port makes sense logically but how easy it is to contribute new features to it? Does the complex memory model (arena) impose complexity?
Re: Port React Compiler to Rust
#43So the port makes sense logically but how easy it is to contribute new features to it? Does the complex memory model (arena) impose complexity?
Re: Port React Compiler to Rust
#44Are people actually using the react compiler? Haven't heard about since ages ago when it was extremely slow
I also took a step to clean out all memo, useMemo, useCallback across the app and so far have not run into any issues from doing this.
Re: Port React Compiler to Rust
#45Are people actually using the react compiler? Haven't heard about since ages ago when it was extremely slow
Re: Port React Compiler to Rust
#46> This is an experimental, work-in-progress port of React Compiler to Rust. ...
And then gets merged.
So after the craziness to use node on the backend, we are back to using compiled languages to compile Javascript assets and Web resources, just like Java and .NET were doing in the 2000's, however since it is Go and Rust it is cool, not the boring languages grandpas were using on their heyday.
Re: Port React Compiler to Rust
#47Are people actually using the react compiler? Haven't heard about since ages ago when it was extremely slow
Not sure how they relate to each other.
Re: Port React Compiler to Rust
#48rewrite to rust using AI sound like meme now.
Speaks volumes to the strengths of the language, also speaks volumes that LLMs lift the barrier of entry for Rust programming, the borrow checker woes can be offloaded to the model, you focus on all the other programming logic. Whats funny is I had been using Rust more with Claude because of this, and before Anthropic did their rewrite of Bun I tried a Rust rewrite of a C# project I had laying around (.NET 3.5 from b…
Also I think this is all temporary, just like devs still did not believe on optimising compilers and checked each line of generated Assembly code, during the 1960's.
Eventually it will be natural language, and all languages will be kind of irrelevant.
Re: Port React Compiler to Rust
#49I love it starts with the usual hand waving, > This is an experimental, work-in-progress port of React Compiler to Rust. ... And then gets merged. So after the craziness to use node on the backend, we are back to using compiled languages to compile Javascript assets and Web resources, just like Java and .NET were doing in the 2000's, however since it is Go and Rust it is cool, not the boring languages grandpas were u…
I'm not sad to see the pendulum swing away from "javascript everywhere" though.
Re: Port React Compiler to Rust
#50I love it starts with the usual hand waving, > This is an experimental, work-in-progress port of React Compiler to Rust. ... And then gets merged. So after the craziness to use node on the backend, we are back to using compiled languages to compile Javascript assets and Web resources, just like Java and .NET were doing in the 2000's, however since it is Go and Rust it is cool, not the boring languages grandpas were u…