if you want to learn design-patterns as well with example and best-practice. let's see the repository .
here is table of content and state of design -patterns
| Example in TS | Example in React | Guide (En,Fa) | Meaning |
|---|---|---|---|
| β | β | ββ | SOLID Principles |
| β | β | β β | ChainOfResponsibility |
| β | β | ββ | command |
| β | β | ββ | observer |
| β | β | ββ | state |
| β | β | ββ | strategy |
| β | β | ββ | template-method |
| β | β | ββ | abstract-factory |
| β | β | ββ | builder |
| β | β | ββ | factory |
| β | β | ββ | singleton |
| β | β | ββ | adapter |
| β | β | ββ | bridge |
| β | β | ββ | composite |
| β | β | ββ | decorator |
| β | β | ββ | facade |
| β | β | ββ | fly-weight |
| β | β | ββ | proxy |