Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/storycraft/fcs-compose

Experiment project for composing complex app update logic in Rust
https://github.com/storycraft/fcs-compose

Last synced: 6 days ago
JSON representation

Experiment project for composing complex app update logic in Rust

Awesome Lists containing this project

README

        

# 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.