Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/storycraft/fcs-compose
- Owner: storycraft
- License: apache-2.0
- Created: 2023-06-18T10:28:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-22T03:01:33.000Z (over 1 year ago)
- Last Synced: 2024-10-30T01:47:03.506Z (about 2 months ago)
- Language: Rust
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.