MCP HubMCP Hub
スキル一覧に戻る

custom-renderer-implementation

majiayu000
更新日 Today
15 閲覧
58
9
58
GitHubで表示
その他react

について

このスキルは、開発者が`react-reconciler`を使用してCanvasやTerminalなどの非DOMターゲット向けのカスタムReactレンダラーを構築できるようにします。Reactのファイバーシステムを命令型のホストAPIにマッピングし、更新を管理するためにHostConfigインターフェースを実装することに焦点を当てています。コンカレント機能をサポートしながら、Reactコンポーネントをカスタム環境にレンダリングする必要がある場合にご利用ください。

クイックインストール

Claude Code

推奨
プラグインコマンド推奨
/plugin add https://github.com/majiayu000/claude-skill-registry
Git クローン代替
git clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/custom-renderer-implementation

このコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします

ドキュメント

Custom Renderer Implementation (React 18)

Summary

Architect bespoke React renderers for non-DOM environments using the react-reconciler package.

Key Capabilities

  • Implement a full HostConfig interface for a custom target.
  • Map fiber mutations to imperative host API calls.
  • Manage persistent vs. transient host instance updates.

PhD-Level Challenges

  • Design a scheduling-aware host config for Frame-limited targets.
  • Prove correctness of the mutation queue execution order.
  • Implement concurrent mode support for a custom target.

Acceptance Criteria

  • Deploy a working custom renderer (e.g., to Canvas or Terminal).
  • Demonstrate correct update propogation.
  • Pass the standard React conformance test suite for renderers.

GitHub リポジトリ

majiayu000/claude-skill-registry
パス: skills/custom-renderer-implementation

関連スキル

content-collections

メタ

This skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.

スキルを見る

langchain

メタ

LangChain is a framework for building LLM applications using agents, chains, and RAG pipelines. It supports multiple LLM providers, offers 500+ integrations, and includes features like tool calling and memory management. Use it for rapid prototyping and deploying production systems like chatbots, autonomous agents, and question-answering services.

スキルを見る

cloudflare-turnstile

メタ

This skill provides comprehensive guidance for implementing Cloudflare Turnstile as a CAPTCHA-alternative bot protection system. It covers integration for forms, login pages, API endpoints, and frameworks like React/Next.js/Hono, while handling invisible challenges that maintain user experience. Use it when migrating from reCAPTCHA, debugging error codes, or implementing token validation and E2E tests.

スキルを見る

clerk-auth

メタ

This skill provides comprehensive guidance for implementing Clerk authentication across React, Next.js, and Cloudflare Workers applications. Use it when setting up protected routes, configuring JWT templates with custom claims, integrating with UI components, or testing authentication flows. It also helps prevent common issues like missing secret keys, JWT size limits, and middleware configuration errors.

スキルを見る