Mojtaba Pourkhanlar
About meProjectsBlog

  • 👤About me
  • 🧰Projects
  • ✍️Blog
Clean Architecture article cover

Clean Architecture

A pattern for extracting and reusing stateful logic in React applications, improving readability, reusability, and testability.

Compound Components Pattern article cover

Compound Components Pattern

A flexible component pattern that enables implicit state sharing and expressive APIs, commonly used in advanced React component design.

Folder Structure Patterns article cover

Folder Structure Patterns

A modern front-end architectural pattern that structures applications around business features rather than technical layers.

Applying SOLID Principles in React article cover

Applying SOLID Principles in React

An exploration of how SOLID principles can be adapted to React applications to achieve scalable, maintainable, and predictable architectures.