We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44d3f7d commit 8b278e1Copy full SHA for 8b278e1
.github/instructions/react.instructions.md
@@ -61,7 +61,7 @@ export const MyComponent: React.FC<MyComponentProps> = ({
61
62
- Components should be composable and nestable
63
- Avoid tightly coupled dependencies
64
-- Export both default and named exports when appropriate
+- Use named exports only (see global coding standards)
65
- Keep components focused and simple
66
- Implement error boundaries for error handling
67
0 commit comments