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 |
#2119 in Web programming
1,515 downloads per month
Used in patternfly-yew
28KB
469 lines
More Yew hooks
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 linkuse_page_state
– Work with the state of a pageuse_reform
- Reform a callback, keeping a stable instanceuse_map
- A combination ofOption::map
anduse_memo
lib.rs
:
Additional hooks for Yew.
Dependencies
~11–20MB
~267K SLoC