Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:21:38 +08:00
commit f3f90a2259
5 changed files with 1622 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "react-best-practices",
"description": "React Best Practices - Modern hooks patterns, performance optimization, testing, and production-ready React development",
"version": "1.0.0",
"author": {
"name": "Brock"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}