Jonathan Kelley 821a650f77 Fix: requeue events, process events (#2236) 1 vuosi sitten
..
src 7949fcda9a chore: Clean up `use_on_destroy` docs (#2199) 1 vuosi sitten
tests 821a650f77 Fix: requeue events, process events (#2236) 1 vuosi sitten
CHANGELOG.md 56f3002aed feat: add changelogs 3 vuotta sitten
Cargo.toml ffc49530f6 implement readable and callable for all structs in the hooks crate 1 vuosi sitten
README.md 537f064001 Remove some old docs, cleanup some readmes 1 vuosi sitten

README.md

Dioxus Hooks

Crates.io MIT licensed Build Status Discord chat

Website | Guides | API Docs | Chat

Overview

dioxus-hooks includes some basic useful hooks for dioxus such as:

  • use_signal
  • use_effect
  • use_resource
  • use_memo
  • use_coroutine

Unlike React, none of these hooks are foundational since they all build off the primitive use_hook.

Contributing

  • Report issues on our issue tracker.
  • Join the discord and ask questions!

License

This project is licensed under the MIT license.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Dioxus by you shall be licensed as MIT without any additional terms or conditions.