https://www.youtube.com/@dominuskelvin
I'm going to explore the Fastify plugin system. This is a deep dive into my The Complete Guide to the Fastify Plugin System article.
- Introduction
- What is a plugin?
- Root application instance
- Plugin instance
- Encapsulation: what it contains
- Isolation: what it can do
- Inheritance: what it can access
- The different types of plugins:
- Encapsulated plugins
- Non-Encapsulated plugins and the
fastify-plugin
module
- Visualizing the plugin system
- Why the plugin system is a key feature of Fastify?
- Visualizing the whole application
- Summary and Questions
MIT