Skip to content

Improve Reactor docs - #4872

Merged
Kenny Kerr (kennykerr) merged 4 commits into
masterfrom
reactor-docs
Sep 3, 2026
Merged

Improve Reactor docs#4872
Kenny Kerr (kennykerr) merged 4 commits into
masterfrom
reactor-docs

Conversation

@kennykerr

Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Approval recommended

Documentation-only changes with one minor wrap/style nit noted; no functional or API risk identified.

Pull request overview

This PR refreshes the windows-reactor documentation to better explain Reactor's core mental model
(components + messages + declarative views) and to point readers at the most relevant samples and
workflows.

Changes:

  • Rewrites the guide to introduce the component/message/view loop up front, with a complete first
    component example and common UI patterns (layout, controlled input, keyed lists, background work).
  • Reorganizes “what to read next” into a focused sample index aligned with the new narrative.
  • Updates the crate README’s guide blurb to match the revised guide topics and improves line wrapping.
File summaries
File Description
docs/crates/windows-reactor.md Major guide rewrite: new structure, new examples, and updated “next steps” pointers.
crates/libs/reactor/readme.md Adjusts wrapping and updates the guide description to match the new guide content.
Review details
  • Files reviewed: 2/2 changed files
  • Comments generated: 1
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment on lines +422 to +424
In a debug build, set `WINDOWS_REACTOR_TRACE=1` to print a reconciliation summary before each
nonempty component update is applied. The trace reports native property, topology, subscription,
creation, and destruction command counts.
@kennykerr
Kenny Kerr (kennykerr) merged commit 4031eca into master Sep 3, 2026
37 checks passed
@kennykerr
Kenny Kerr (kennykerr) deleted the reactor-docs branch September 3, 2026 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants