Event Hooks
Community

react-dev

1 event · 1 hook

Install
1
Install the plugin
$
npx claudepluginhub solrac97gr/marketplace-plugins --plugin react-dev

Want just this hook?

Then install: npx claudepluginhub u/[userId]/[slug]

Risk Indicators
Modifies files
Source

Defined inline in plugin.json manifest

Configuration
{
  "PreToolUse": [],
  "PostToolUse": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "${CLAUDE_PLUGIN_ROOT}/scripts/validate-component-purity.sh \"${TOOL_FILE_PATH}\"",
          "description": "Validate React component and hook best practices"
        }
      ],
      "matcher": "Write|Edit",
      "matchPath": "src/.*/.*\\.(tsx|ts|jsx|js)$"
    }
  ]
}
Summary
{
  "riskFlags": {
    "touchesBash": false,
    "matchAllTools": false,
    "touchesFileWrites": true
  },
  "typeStats": {
    "command": 1
  },
  "eventStats": {
    "PostToolUse": 1
  },
  "originCounts": {
    "absolutePaths": 0,
    "pluginScripts": 1,
    "projectScripts": 0
  },
  "timeoutStats": {
    "commandsWithoutTimeout": 1
  }
}

Similar Hooks