March 2024
Intermediate to advanced
308 pages
6h 9m
English
Structural design patterns give us tools to handle connecting different objects; in other words, managing the relationships between objects. This includes techniques to reduce memory usage and develop functionality with existing classes without modifying these existing classes. In addition, JavaScript features allow us to more effectively apply these patterns. Modern JavaScript includes some built-ins that allow us to implement structural design patterns in a more efficient manner.
We’ll cover the following topics in this chapter:
Read now
Unlock full access