AI AGENT ADDONS

When building React user interfaces with LobeHub, you need clear rules for choosing components and styling. This guide helps you pick the right approach every time. Reusable components from src/components come first. Then use base-ui for headless primitives like Select or Modal. Only fall back to higher-level libraries or custom code.

For most styling tasks, use createStaticStyles with cssVar. Avoid dynamic styles unless you need JavaScript color functions. Simple one-off styles can go inline. This keeps your code fast and clean.

Add React skill to your workflow

Global

mkdir -p ~/.claude/skills/react

Project

mkdir -p .claude/skills/react

Source Repository

Stars
79,191
Forks
15,490
Watchers
79,191
License
NOASSERTION
Last Push
23 days ago
Created
3 years ago