starsolaris/react icon
public
Published on 4/1/2025
starsolaris/react

Rules

Build & Development Commands

Testing Guidelines

Code Style & Guidelines

Whenever you are writing React code, make sure to

  • use functional components defined with const instead of class components
  • use hooks for state management
  • define an type for your component props
  • use Tailwind CSS for styling
  • modularize components into smaller, reusable pieces

Documentation Guidelines