15 unstable releases (4 breaking)

0.5.1 Apr 5, 2024
0.5.0 Mar 28, 2024
0.5.0-alpha.0 Feb 23, 2024
0.4.3 Dec 7, 2023
0.2.0 Mar 9, 2022

#656 in GUI

Download history 2261/week @ 2024-01-08 2219/week @ 2024-01-15 2322/week @ 2024-01-22 1817/week @ 2024-01-29 1848/week @ 2024-02-05 1531/week @ 2024-02-12 2497/week @ 2024-02-19 4619/week @ 2024-02-26 4260/week @ 2024-03-04 3954/week @ 2024-03-11 4355/week @ 2024-03-18 4524/week @ 2024-03-25 4943/week @ 2024-04-01 4128/week @ 2024-04-08 3529/week @ 2024-04-15 3778/week @ 2024-04-22

16,771 downloads per month
Used in 23 crates (8 directly)

MIT/Apache

430KB
8K SLoC

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.

Dependencies

~2.4–8.5MB
~64K SLoC