limira
limira
> I'll archive this in favor of Simi It's very great if we can collaborate! If you want, I suggest you may want to play with Simi a little bit...
It's very interesting to see the very first steps of a new project (especially, building by a more experienced dev). Your work is far more Rusty than mine. No thing...
> The difference from traditional virtual DOM (thinking seed, doduo, etc) Do you mean "(thinking seed, *dodrio*, etc)" :D? > Thus the compiler is able to, in theory, inline the...
With current wanted design of `deploy-path` and `serve-path`, it is not applicable for my particular case. My project have static files that organize like this: ``` / static /files-from-other-source/*.* (hundreds...
These are just my personal experiences. I want to make clear that I am **not** an experienced developer (but a crazy one :grin: ). I have never built a real...
I don't think `cargo-web` should generate more than a simple `index.html` like what it do right now! It requires more work in `cargo-web` but not produce any actual benefit. If...
Hi, > build an FRP/signals-based framework/library on top of Gloo outside of this repository, before we attempt adding signals submodules to the utility crates I think it's worth to mention...
> (it makes it harder to see exactly where the state is changing) @Pauan: Unfortunately, such disadvantage appear big to me. I hate diving into the `render` method to find...
Thanks for your response! I may go there to discuss this further if I have time to explore more.
@Pauan said: > Because of interior mutation and I/O, it's not really possible to restrict mutation like that. @Aloso: > We can create mechanisms to compel programmers to write more...