9 releases

0.3.3 Feb 20, 2024
0.3.2 Dec 1, 2023
0.3.1 Oct 11, 2023
0.2.0 Aug 29, 2023
0.1.0 Apr 14, 2023

#1758 in Web programming

Download history 4/week @ 2023-12-29 97/week @ 2024-01-05 249/week @ 2024-01-12 211/week @ 2024-01-19 215/week @ 2024-01-26 308/week @ 2024-02-02 217/week @ 2024-02-09 333/week @ 2024-02-16 256/week @ 2024-02-23 360/week @ 2024-03-01 220/week @ 2024-03-08 137/week @ 2024-03-15 23/week @ 2024-03-22 142/week @ 2024-03-29 149/week @ 2024-04-05

467 downloads per month

Apache-2.0

28KB
469 lines

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

lib.rs:

Additional hooks for Yew.

Dependencies

~10–14MB
~258K SLoC