We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f311e3 commit c4e4223Copy full SHA for c4e4223
1 file changed
AGENTS.md
@@ -26,6 +26,7 @@ Documentation is located in `./crates/freya/src/_docs`.
26
- Always implement the `KeyExt` trait for components to enable key-based reconciliation.
27
- Use `#[derive(PartialEq)]` for component structs to enable proper diffing and updates.
28
- Use `use freya_core::prelude::*;` to import common types and traits in component files.
29
+- Never use `cargo check` just `just c`
30
31
## General instructions
32
0 commit comments