chu-luo/solidjs icon
public
Published on 3/30/2025
Solid.js Rules

Rules
- Follow Solid.js patterns.
- Use Tailwind CSS for styling.
- Follow Prettier style guide for code formatting without semicolon.
- Use PascalCase when creating new JSX files. UserCard, not user-card.
- Use named exports when creating new solid components.
- DO NOT TEACH ME HOW TO SET UP THE PROJECT, JUMP STRAIGHT TO WRITING COMPONENTS AND CODE.