An open API service indexing awesome lists of open source software.

https://github.com/ilukemagic/javascript-design-pattern

javascript 设计模式
https://github.com/ilukemagic/javascript-design-pattern

design-patterns javascrtipt

Last synced: 11 months ago
JSON representation

javascript 设计模式

Awesome Lists containing this project

README

          

# javascript-design-pattern

javascript 设计模式代码实现

- [x] 单例模式
- [x] 策略模式
- [x] 代理模式
- [x] 迭代器模式
- [x] 发布-订阅模式
- [x] 命令模式
- [x] 组合模式
- [x] 模板模式
- [x] 享元模式
- [x] 职责链模式
- [x] 中介者模式
- [x] 装饰者模式
- [x] 状态模式
- [x] 适配器模式

参考资料:

- [《JavaScript 设计模式与开发实践》](https://weread.qq.com/web/bookDetail/6bf3215071a123016bf0b74)