dependabot[bot] 7d873b264c
Update gloo-console requirement from 0.1 to 0.2 (#2122)
Updates the requirements on [gloo-console](https://github.com/rustwasm/gloo) to permit the latest version.
- [Release notes](https://github.com/rustwasm/gloo/releases)
- [Commits](https://github.com/rustwasm/gloo/commits/0.2.0)

---
updated-dependencies:
- dependency-name: gloo-console
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-11 16:10:31 +01:00
..
2021-09-27 02:07:38 +02:00
2020-09-22 00:17:48 +02:00

Store Example

Demo

A timeline of posts that can be independently updated.

Concepts

Uses the [yew_agent] API to keep track of posts.

Improvements

  • This example desperately needs some styling.
  • Posts should persist across sessions.