Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ten3roberts authored Mar 27, 2024
1 parent f0f1de2 commit 72aba6f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ State and reactivity is managed locally using async Streams, such as signals or
allows composing a declarative reactive UI where data flows naturally from source to destination without re-renders or
useState hooks.

## [Live Demo](https://ten3roberts.github.io/violet/demo)

## Example
```rust
let name = Mutable::new("".to_string());
Expand Down Expand Up @@ -58,13 +60,13 @@ col((
- Declarative Widgets and reactive state
- Flexible layout system for responsive layouts
- Composable widgets
- Async widgets
- First class async and stream based widget reactivity
- Thread local `!Send` + `!Sync` state and futures
- Signal based state management
- State and Stream morphisms
- Wasm integration
- State decomposition and composition
- Renderer agnostic allowing embedding into other applications
- ECS based widget and property system (with change detection, async subscriptions, hierarchies, and more)

## State Management

Expand Down

0 comments on commit 72aba6f

Please sign in to comment.