Docs
Pricing
Explore
Search...
⌘
K
Log in
Sign up
Toggle menu
Home
dong-nguyen
docodev-reactjs
public
Published on 3/9/2025
dong-nguyen/docodev-reactjs
for ReactJS
Rules
Star
0
Add block
Preview
Markdown
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.