diff --git a/src/content/docs/concepts/glossary.mdx b/src/content/docs/concepts/glossary.mdx index b7fd0af..053620d 100644 --- a/src/content/docs/concepts/glossary.mdx +++ b/src/content/docs/concepts/glossary.mdx @@ -57,6 +57,13 @@ and APIs. Such features qualify as _**Mini Apps**_. +## Modules & Packages + +These are synonymous with Features. Vyuh encourages dividing your application +into a set of modules or packages, each encapsulating a specific functionality. +Each module can be developed and tested independently. When the module is ready, +it can be plugged into the main app. + ## Plugin Plugins are a way to provide cross-cutting functionality that can be used by any