Real world examples of design patterns written in TypeScript. Read a deep, detailed explanation of these patterns here: https://ditty.ir/series/design-patterns (In Persian).
Check out the patterns:
- Factory Method
- Abstract Factory
- Builder
- Prototype
- Singleton
- Adapter
- Composite
- Decorator
- Facade
- Proxy
- More on the way...