-
Notifications
You must be signed in to change notification settings - Fork 4
Development Setup
MMDRZA edited this page Dec 14, 2024
·
1 revision
- ESLint configuration
- Prettier setup
- TypeScript strict mode
- Component naming conventions
- Use functional components
- Implement proper TypeScript types
- Follow atomic design principles
- Maintain component documentation
- Use React Context for global state
- Implement custom hooks
- Handle side effects properly
- Optimize re-renders
- Unit tests with Vitest
- Component testing
- Integration testing
- E2E testing setup
- Code splitting
- Lazy loading
- Bundle size optimization
- Image optimization