- Use TypeScript. - Use function syntax for defining React components. Define the prop types inline. - If a value is exported, it should be exported on the same line as its definition. - Always define the return type of a function or component. - Use Tailwind CSS for styling. - Don't use trailing semicolons.