-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
TypeScript 5 Design Patterns and Best Practices - Second Edition
By :
In this final chapter, we’ll explore the practical application of design patterns and best practices within two popular TypeScript frameworks: Apollo Client and TypeScript Remote Procedure Call (tRPC).
Throughout this chapter, you’ll develop skills in identifying how design patterns are used in Apollo Client and tRPC to optimize application architecture. You’ll learn how to read and identify patterns in source code and understand the reason why they’re used in that way.
This chapter covers the following main topics:
By the end of this chapter, you’ll have gained valuable insights into how design patterns are used in real-world open source technologies. This practical understanding will enable you to follow similar approaches when you’re designing your own projects...