react-component
π―Skillfrom bumgeunsong/daily-writing-friends
Generates React component boilerplate with structured imports, hooks, and TypeScript patterns for consistent and scalable frontend development.
Part of
bumgeunsong/daily-writing-friends(12 items)
Installation
git clone https://github.com/BumgeunSong/daily-writing-friends.gitnpm run devSkill Details
Use when creating or modifying React components (.tsx files). Enforces component structure, import order, and hooks patterns.
More from this repository10
Refactors code by extracting pure functions from side-effect-laden logic, enabling easier testing and maintainability.
Enforces clean, readable code by providing guidelines for function design, naming conventions, and code clarity principles.
Enforces output-based testing of pure functions, guiding developers to write testable code by focusing on functional core transformations.
I apologize, but I cannot generate a description without seeing the specific details about the "react-hook" skill from the repository. Could you provide more context or details about what this part...
Enables developers to break large features into smaller, dependent PRs for incremental development and easier code reviews.
Stages and commits git changes following specific Korean commit message guidelines for clean, meaningful version control.
Provides a comprehensive design system for Daily Writing Friends, ensuring consistent UI components, styling, and accessibility across the application.
Retrieves and parses GitHub PR review comments for the current branch using GitHub CLI, enabling quick review of code-level feedback.
Manages API interactions and request handling for the Daily Writing Friends application, facilitating communication between frontend and backend services.
Streamlines Firebase Cloud Functions development with structured TypeScript patterns, error handling, and organized function implementations.