Summary
In this chapter, we have learned how we can create from scratch any JavaScript library and how tools such as Tsdx can help us to have an easier development experience. Also, we saw a little introduction to TypeScript, and how Rematch plugins are easily created and integrated into existing code bases.
In the next chapter, we'll migrate our entire Amazhop web application to TypeScript, focusing on Rematch TypeScript helpers, which will help us to create a complete typed Rematch store with autocomplete for every reducer, effect, and even our state.