Skip to content

Latest commit

 

History

History
79 lines (67 loc) · 4.68 KB

react-patterns.md

File metadata and controls

79 lines (67 loc) · 4.68 KB

React Patterns

Why?

To create React components effectively, it's important to understand and apply design patterns. Patterns help with decision-making, making the code more maintainable, reusable, modular, and testable, while also promoting clear separation of responsibilities.

Although some of the articles are outdated, they provide a good starting point for understanding the concepts introduced in the previous paragraph.

Topics