更新时间:2021-07-14 10:23:32
封面
版权页
Credits
About the Author
About the Reviewer
www.PacktPub.com
eBooks discount offers and more
Preface
What this book covers
What you need for this book
Who this book is for
Conventions
Reader feedback
Customer support
Chapter 1. Tools and Frameworks
Installing the prerequisites
Choosing a handy editor
Getting your hands on the workflow
Summary
Chapter 2. The Challenge of Increasing Complexity
Implementing the basics
Growing features
Getting things right
Chapter 3. Creational Design Patterns
Factory method
Abstract Factory
Builder
Prototype
Singleton
Chapter 4. Structural Design Patterns
Composite Pattern
Decorator Pattern
Adapter Pattern
Bridge Pattern
Façade Pattern
Flyweight Pattern
Proxy Pattern
Chapter 5. Behavioral Design Patterns
Chain of Responsibility Pattern
Command Pattern
Memento Pattern
Iterator Pattern
Mediator Pattern
Chapter 6. Behavioral Design Patterns: Continuous
Strategy Pattern
State Pattern
Template Method Pattern
Observer Pattern
Visitor Pattern
Chapter 7. Patterns and Architectures in JavaScript and TypeScript
Promise-based web architecture
Modularizing project
Asynchronous patterns
Chapter 8. SOLID Principles
Single responsibility principle
Open-closed principle
Liskov substitution principle
Interface segregation principle
Dependency inversion principle
Chapter 9. The Road to Enterprise Application
Creating an application
Building and testing projects
Version control
Continuous integration
Deployment automation