react-context-patterns

Official

Share state across components without prop drilling.

AuthorTheBushidoCollective
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill covers React Context for state sharing across component trees without prop drilling and demonstrates pattern usage with TypeScript.

Core Features & Use Cases

  • Auth/Theme Contexts: Centralize user authentication and theming data.
  • Provider/Consumer: Use context providers to supply data to deep trees.
  • TypeScript Integration: Strongly typed context values for safer code.

Quick Start

Create a simple AuthContext with login/logout handlers and consume it in a deeply nested component.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: react-context-patterns
Download link: https://github.com/TheBushidoCollective/han/archive/main.zip#react-context-patterns

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository