yew-more-hooks

Crates.ioyew-more-hooks
lib.rsyew-more-hooks
version0.3.3
sourcesrc
created_at2023-04-14 14:53:53.452366
updated_at2024-02-20 08:56:04.509599
descriptionMore hooks for Yew
homepage
repositoryhttps://github.com/ctron/yew-more-hooks
max_upload_size
id839211
size38,729
Jens Reimann (ctron)

documentation

README

More Yew hooks

crates.io docs.rs

More hooks for Yew:

Yew is a framework for creating reliable and efficient web applications.

Also see jetli/yew-hooks for many more Yew Hooks.

Hooks

  • use_async – Perform an async operation. This is a variation of jetli/yew-hooks' use_async, supporting dependencies and a more ergonomic enum to track the outcome.
  • use_open – Open a link
  • use_page_state – Work with the state of a page
  • use_reform - Reform a callback, keeping a stable instance
  • use_map - A combination of Option::map and use_memo
Commit count: 32

cargo fmt