dioxus/packages/check
Evan Almloff c11f2ed3cd
Allow hooks in the expression of a match statement and if statement (#2902)
* Allow hooks in the expression of a match statement and if statement

* Don't allow hooks in spawn and detect hooks in initialization closures

* Point to DX check when hooks are called conditionally
2024-09-07 13:35:15 -05:00
..
src Allow hooks in the expression of a match statement and if statement (#2902) 2024-09-07 13:35:15 -05:00
Cargo.toml fix hotreloading issues in the CLI 2024-03-12 13:39:42 -07:00
README.md Fix Links & Add Link Checker (#2769) 2024-08-02 10:46:18 -07:00

dioxus-check

Crates.io MIT licensed Build Status Discord chat

Website | Guides | API Docs | Chat

Overview

dioxus-check analyzes Dioxus source code and reports errors and warnings. Primarily, it enforces the Rules of Hooks.

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.