
public
Published on 3/19/2025
nico-d/react-rules
Whenever you are writing React code, make sure to - use functional components instead of class components - use hooks for state management - define an interface for your component props - modularize components into smaller, reusable pieces
Prompts