Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
matthunz committed Dec 7, 2024
1 parent 19f76d9 commit b4e784e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ To add this crate to your project:
```
cargo add actuate --features full
```
For more feature flags, see the crate documentation for [features](https://docs.rs/actuate/latest/actuate/#features).

## Inspiration
This crate is inspired by [Xilem](https://github.com/linebender/xilem) and uses a similar approach to type-safe reactivity. The main difference with this crate is the concept of scopes, components store their state in their own scope and updates to that scope re-render the component.
Expand Down

0 comments on commit b4e784e

Please sign in to comment.