react
✓How to work effectively with React, always use when developing frontend components
Installation
SKILL.md
This project uses React 19 with TypeScript and the React Compiler enabled via babel-plugin-react-compiler.
Always receive page data as props from the Laravel controller via Inertia. Do NOT fetch data client-side or use useEffect to load page data.
// In Laravel controller public function edit(Project $project): Response { return Inertia::render('projects/edit', [ 'project' => $project->load('client'), 'clients' => Client::orderBy('name')->get(), ]); }
How to work effectively with React, always use when developing frontend components Source: markhamsquareventures/essentials.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/markhamsquareventures/essentials --skill react- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is react?
How to work effectively with React, always use when developing frontend components Source: markhamsquareventures/essentials.
How do I install react?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/markhamsquareventures/essentials --skill react Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/markhamsquareventures/essentials
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01