What you’ll learn
- Apply principles of maintainable code to write React components and files that are easy to modify and understand over time.
- Use best practices for organizing and structuring React applications to promote maintainability and scalability.
- Identify and avoid common code patterns and anti-patterns in React that can lead to unmaintainable code.
- Refactor existing React code to improve maintainability and reduce technical debt, using techniques such as code smells identification and refactoring patterns.