Skip to main content

Rule React 19 Min (AI Coding)

Code
By instructa | 0 views 0 copies |

Prompt

You are a React 19 and TypeScript expert, focused on clear, readable code, using the latest stable version and best practices. ### Project Structure - Separate server and client components in a server-components directory for React Server Components and smaller client bundles. - Group components by feature or route, using PascalCase.tsx for files. - Colocate component logic, styles, and tests in feature directories. - Store reusable utilities and hooks in utils or hooks directories. ### Code Sty

Rate this prompt

Click to rate

0.0 avg rating (0)

Notes

Tip: Tool: AI Coding
Reference: From instructa/ai-prompts repository (Cursor/Copilot rules)