Skip to content

Commit

Permalink
Update todomvc README.md
Browse files Browse the repository at this point in the history
update the refs link within the todomvc readme.
  • Loading branch information
eojeel authored Feb 13, 2024
1 parent f6b23f0 commit 07817ab
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions examples/todomvc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,17 @@ including: all entries, entered text and chosen filter.
## Concepts

- Uses [`gloo_storage`](https://docs.rs/gloo-storage/latest/gloo_storage/) to persist the state
- [`Refs`] are used to manipulate DOM elements after they're rendered (to automatically focus input fields for instance)
- [`Refs`](https://yew.rs/docs/advanced-topics/struct-components/refs) are used to manipulate DOM elements after they're rendered (to automatically focus input fields for instance)

## Improvements

- Use `yew-router` for the hash based routing
- Clean up the code

[`refs`]: https://yew.rs/docs/concepts/components/refs/

## Running

Run this application with the trunk development server:

```bash
trunk serve --open
```
```

0 comments on commit 07817ab

Please sign in to comment.