essential/plugin #563
Replies: 1 comment
-
Basically fastify plugins |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
essential/plugin
A plugin is a way to decouple logic into smaller parts, defining reusable components across the server. Plugin can register by using
use
, registering a plugin will combine types between plugin and current instance, and the scope of hooks, and schema get merged too.https://elysiajs.com/essential/plugin.html
Beta Was this translation helpful? Give feedback.
All reactions