react-frontend

Scaffold a React 18 frontend with components, routing, and Playwright tests.

1|Updated Dec 10, 2025
One-click install
npx skills add https://github.com/jakubciszak/family-plan --skill react-frontend-jakubciszak
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: react-frontend
Source: https://github.com/jakubciszak/family-plan/tree/main/.claude/skills/react-frontend
Command: npx skills add https://github.com/jakubciszak/family-plan --skill react-frontend-jakubciszak

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developing a modern React 18 frontend for Family Plan requires guidance on component design, state management, API integration, and reliable testing patterns to deliver a cohesive user experience.

Core Features & Use Cases

  • Component-driven development: create reusable functional components with hooks and clean separation of concerns.
  • State management & API integration: orchestrate UI state and REST API calls with consistent error handling and loading states.
  • End-to-end testing with Playwright: define reliable tests to verify user flows across pages and features.

Quick Start

Instantiate a React 18 frontend scaffold, wire up a sample page and a Playwright test to validate a simple user flow.

Frequently Asked Questions about react-frontend

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a React 18 frontend with routing and API integration?

Scaffold a React 18 frontend with structured project layouts to deliver component-based UI, routing, and API integration. Apply best-practice patterns for accessibility, error handling, and testability across common frontend tasks.

What is the best way to manage state and REST API calls in React 18?

Manage state and REST API calls in React 18 by orchestrating UI state with consistent error handling and loading states. This approach ensures clean separation of concerns using functional components and hooks.

How do I write Playwright end-to-end tests for React components?

Write Playwright end-to-end tests for React components by defining reliable tests to verify user flows across pages and features. Validate simple user flows instantly with a scaffolded sample page and test.

Does this React frontend setup support internationalization?

Yes, the React frontend setup supports internationalization by enforcing i18n readiness during the scaffolding process. This ensures your application is structured for global audiences from the start.

Can I build reusable React components with this React 18 scaffold?

Yes, you can build reusable React components using a component-driven development approach. Create functional components with hooks and clean separation of concerns for a cohesive user experience.