dong-nguyen/docodev-reactjs icon
public
Published on 3/9/2025
dong-nguyen/docodev-reactjs

for ReactJS

Rules
  • Follow ReactJS patterns.
  • Follow base on structure of NPX Create-React-App, but you can create more folders in src folder.
  • Use Typescript language.
  • Use Tailwind CSS for styling.
  • 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.