Skip to content

Commit 44e830b

Browse files
authored
feat(react,react-native): add React and React Native plugins to marketplace (#140)
Add two new plugins sourced from Vercel Engineering best practices: - react: Next.js best practices, view transitions, and composition patterns - react-native: Expo best practices for performant mobile apps Update marketplace.json, README, and release-please-config accordingly.
1 parent ff4d9b3 commit 44e830b

139 files changed

Lines changed: 19015 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.claude-plugin/marketplace.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,22 @@
511511
"keywords": ["next", "nextjs", "react", "ssr", "rsc"],
512512
"tags": ["framework", "react"],
513513
"source": "./plugins/next"
514+
},
515+
{
516+
"name": "react",
517+
"description": "React and Next.js best practices, view transitions, and composition patterns from Vercel Engineering",
518+
"category": "framework",
519+
"keywords": ["react", "nextjs", "vercel", "performance", "view-transitions"],
520+
"tags": ["framework", "frontend"],
521+
"source": "./plugins/react"
522+
},
523+
{
524+
"name": "react-native",
525+
"description": "React Native and Expo best practices for building performant mobile apps",
526+
"category": "mobile",
527+
"keywords": ["react-native", "expo", "mobile", "performance"],
528+
"tags": ["framework", "mobile"],
529+
"source": "./plugins/react-native"
514530
}
515531
]
516532
}

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,16 @@ Next.js best practices, caching patterns, and upgrade guidance.
252252

253253
**Install:** `/plugin install next@pleaseai` | **Source:** [plugins/next](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/next)
254254

255+
#### React
256+
React and Next.js best practices, view transitions, and composition patterns from Vercel Engineering.
257+
258+
**Install:** `/plugin install react@pleaseai` | **Source:** [plugins/react](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/react)
259+
260+
#### React Native
261+
React Native and Expo best practices for building performant mobile apps.
262+
263+
**Install:** `/plugin install react-native@pleaseai` | **Source:** [plugins/react-native](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/react-native)
264+
255265
## Quick Start
256266

257267
The fastest way to get started — install the marketplace and let the plugin recommender auto-detect what you need:
@@ -331,6 +341,9 @@ Once the marketplace is added, install any plugin individually:
331341
/plugin install docus@pleaseai
332342
/plugin install wordpress@pleaseai
333343
/plugin install vinext@pleaseai
344+
/plugin install next@pleaseai
345+
/plugin install react@pleaseai
346+
/plugin install react-native@pleaseai
334347
```
335348

336349
## What Are Claude Code Plugins?

0 commit comments

Comments
 (0)