React component patterns
Use functional components with hooks. Never use class components. Prefer co-located tests and CSS modules. Keep components under 200 lines; split larger UI into child components under the same folder.
Conventions for writing React components in this codebase.
npx skillmds@latest add mrwogu/react-component-patterns Use functional components with hooks. Never use class components. Prefer co-located tests and CSS modules. Keep components under 200 lines; split larger UI into child components under the same folder.
mrwogu/promptscript/tree/main/packages/formatters/src/__tests__/fixtures/platform-contracts/cursor commit f98d922bb9