Caution
This package is still very much a work-in-progress and is not yet fully implemented!
An implementation of a fine-grained reactive system for Swift, similar to that of Solid.js. The algorithm is based on Leptos' reactive_graph
crate. This package started out as a 1:1 translation of Leptos' Rust source code to Swift.
- Why Thread Local? Technical question about reactivity implementation
- This conversation between @markmalstrom@universeodon.com and @mattiem@mastodon.social
- This gist with an exploration of a minimal auto-tracking reactivity API in Swift and the resulting conversation between Matt and myself in the comments