We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fbb570 commit 5e5eccdCopy full SHA for 5e5eccd
1 file changed
AGENTS.md
@@ -165,6 +165,7 @@ src/
165
- Use Svelte context for deeply shared data (settings, stores)
166
- Pass callbacks as props rather than using events for parent communication
167
- Use keyed `{#each}` blocks with unique identifiers: `{#each items as item (item.id)}`
168
+- For callback-heavy trees, group callbacks in typed objects and provide them via board-level context to reduce prop drilling churn
169
170
## Key Implementation Patterns
171
0 commit comments