SkillAgentSearch skills...

Isymtope

Experimental hybrid redux+IncrementalDOM client and server-side rendering in Rust. (Pronounced like isomorphic + asymtope)

Install / Use

/learn @tmzt/Isymtope
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Current build status LoC

Isymtope

Experimental hybrid redux+IncrementalDOM client and server-side rendering in Rust. (Pronounced like isomorphic + asymtope)

Here's the classic counter example:

use html;

store {
    let counter = 0;

    counter {
        action increment => value + 1;
        action decrement => value - 1;
    }
}

component counter {
    h4 { "Counter: " { counter } }
    p (class="actions") {
        a (href="#decrement") || { dispatch decrement to counter; } { "Decrement" }
        { " | " }
        a (href="#increment") || { dispatch increment to counter; } { "Increment" }
    }
}

counter (x="counter") {}

Running the example

[TODO: update these instructions]

View on GitHub
GitHub Stars26
CategoryDevelopment
Updated1y ago
Forks0

Languages

Rust

Security Score

80/100

Audited on Jan 25, 2025

No findings