Summary
In this chapter, we have learned how Rematch plugins work internally. We've studied in depth which properties and hooks they expose and how those properties are used in real plugins. We have also learned which plugins are official Rematch plugins and how we can use them inside a Rematch application.
In the next chapter, we'll take another step along our learning curve with Rematch: we'll learn how to create a Rematch plugin from the ground up that will be used in our Amazhop application, and how to publish this plugin to NPM to contribute to the open source community.