We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ea91b0 commit 7de7ba1Copy full SHA for 7de7ba1
src/content/docs/concepts/glossary.mdx
@@ -57,6 +57,13 @@ and APIs. Such features qualify as _**Mini Apps**_.
57
58
</Aside>
59
60
+## Modules & Packages
61
+
62
+These are synonymous with Features. Vyuh encourages dividing your application
63
+into a set of modules or packages, each encapsulating a specific functionality.
64
+Each module can be developed and tested independently. When the module is ready,
65
+it can be plugged into the main app.
66
67
## Plugin
68
69
Plugins are a way to provide cross-cutting functionality that can be used by any
0 commit comments