dioxus-tea 0.1.10

Dioxus - The Elm Architecture (TEA) Model
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Example of using the Dioxus "The Elm Architecture" (TEA) Model

## Run the example

```bash
dx serve  --platform web --example tea-time
```

# Unit testing

To run the unit tests for the TEA implementation, you can run the standard Rust unit tests the following command:

```bash
cargo test --example tea-time
```