ctron / yew-more-hooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PatternFly components for Yew

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

About

License:Apache License 2.0


Languages

Language:Rust 96.1%Language:Handlebars 3.9%