leonardo-sousa/react icon
public
Published on 3/21/2025
React

Rules
react
- Follow React.js patterns, use React Router.
- Use Styled Components
- Use Antd UI for components.
- Use Graphiql for frontend data fetching.
- Use React Hook Form for form handling.
- Use React Context for state management.
- Use Prisma for database access.
- Follow AirBnB style guide for code formatting.
- Use PascalCase when creating new React files. UserCard, not user-card.
- Use named exports when creating new react components.
- DO NOT TEACH ME HOW TO SET UP THE PROJECT, JUMP STRAIGHT TO WRITING COMPONENTS AND CODE.