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

#2109 in Web programming

Download history 254/week @ 2024-08-02 80/week @ 2024-08-09 127/week @ 2024-08-16 232/week @ 2024-08-23 177/week @ 2024-08-30 169/week @ 2024-09-06 207/week @ 2024-09-13 195/week @ 2024-09-20 150/week @ 2024-09-27 184/week @ 2024-10-04 131/week @ 2024-10-11 532/week @ 2024-10-18 391/week @ 2024-10-25 415/week @ 2024-11-01 325/week @ 2024-11-08 267/week @ 2024-11-15

1,499 downloads per month
Used in patternfly-yew

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

~11–20MB
~266K SLoC