Miles Murgaw 3cbe6ff96e Fix Outdated README.md (#2147) 1 year ago
..
src df41df75d0 switch to use_reactive 1 year ago
tests 0662033c84 Fix early drop of eventhandlers (#2126) 1 year ago
CHANGELOG.md 56f3002aed feat: add changelogs 3 years ago
Cargo.toml ffc49530f6 implement readable and callable for all structs in the hooks crate 1 year ago
README.md 3cbe6ff96e Fix Outdated README.md (#2147) 1 year ago

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.

This crate also provides a helpful macro to get around some Rust lifetime management issues in async:

  • to_owned![]

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.