react-webview-architecture Skill
Architecture patterns for React-based webviews in the vscode-documentdb extension. Use when creating new webview components, modifying existing views (CollectionView, DocumentView), working with state management (Context API), integrating Fluent UI components, handling Monaco Editor or SlickGrid, solving stale closure Published by microsoft in vscode-documentdb.
What is react-webview-architecture Skill?
Architecture patterns for React-based webviews in the vscode-documentdb extension. Use when creating new webview components, modifying existing views (CollectionView, DocumentView), working with state management (Context API), integrating Fluent UI components, handling Monaco Editor or SlickGrid, solving stale closure Published by microsoft in vscode-documentdb. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Design and media
- Design and media use cases
Technical details
- Install or run with Copy skill directory
When to use react-webview-architecture Skill
- Use it for design and media.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/vscode-documentdb
- Skill file: .github/skills/react-webview-architecture/SKILL.md
What it does
Architecture patterns for React-based webviews in the vscode-documentdb extension. Use when creating new webview components, modifying existing views (CollectionView, DocumentView), working with state management (Context API), integrating Fluent UI components, handling Monaco Editor or SlickGrid, solving stale closure
Skill instructions
React Webview Architecture Patterns and conventions for React webviews in vscode-documentdb. Related skills (do not duplicate): - webview-trpc-messaging — tRPC routers, procedures, telemetry, AbortSignal, subscriptions, WebviewController - accessibility-aria-expert — ARIA labels, Announcer, focus management, screen reader patterns Full reference: See references/REACTARCHITECTUREGUIDELINES.md When to Use - Creating or modifying a webview (DocumentView, CollectionView) - Adding new components inside src/webviews/ - Working with CollectionView context or state management - Integrating Monaco Editor or SlickGrid - Debugging stale closure issues in event handlers Rendering Pipeline Every webview boots through src/webviews/index.tsx: tsx root.render( <DynamicThemeProvider useAdaptive={true} <WithWebviewContext vscodeApi={vscodeApi} <Component / </WithWebviewContext </DynamicThemeProvider, ); - DynamicThemeProvider — adapts Fluent UI theming to VS Code's active color theme - WithWebviewContex
Explore related resources
Frequently asked questions
What is react-webview-architecture?
react-webview-architecture is a open-source AI agent skill with Copy skill directory. Architecture patterns for React-based webviews in the vscode-documentdb extension.
Who is react-webview-architecture best for?
react-webview-architecture is best for reusing agent instructions, scripts, and references, design and media workflows.
How do I install react-webview-architecture?
Install or run react-webview-architecture using Copy skill directory. Check react-webview-architecture for the latest setup command.
Is react-webview-architecture actively maintained?
react-webview-architecture may need a closer maintenance check before production use.
Auto-fetched from GitHub.