storycraft / fcs-compose

Experiment project for composing complex app update logic in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FCS Compose: Functional Component System

Experiment project for composing complex app update logic using react-like hook and persistent value store system.

The experiment's goal is allowing user to maintain GUI states without suffering from rust's ownership and lifetime issue (and without ugly RefCells).

Example

examples/counter.rs: simple counter app example.

About

Experiment project for composing complex app update logic in Rust

License:Apache License 2.0


Languages

Language:Rust 100.0%