Practices7 min
Best Practices
Engineering best practices for code quality and collaboration.
Best Practices
Engineering best practices for code quality and collaboration.
React & Next.js
- Use Server Components by default
- Extract reusable logic into custom hooks
- Keep components small and focused
TypeScript
- Avoid
anytypes - Use strict mode
- Define interfaces for all props