Comet icon indicating copy to clipboard operation
Comet copied to clipboard

Reactive Isomorphic FullStack Web Framework for Rust

Results 2 Comet issues
Sort by recently updated
recently updated
newest added

This opens the door to the use of Iterators and other niceties

enhancement

```rust fn foo(t: Test) -> &'static str { "..." } component! { Test, div [height: { foo(self) }] {} }; ``` `self value is a keyword only available in methods...

bug