Skip to content

Commit 7de7ba1

Browse files
committed
feat: updated glossary to include modifiers and events
1 parent 5ea91b0 commit 7de7ba1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/content/docs/concepts/glossary.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,13 @@ and APIs. Such features qualify as _**Mini Apps**_.
5757

5858
</Aside>
5959

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+
6067
## Plugin
6168

6269
Plugins are a way to provide cross-cutting functionality that can be used by any

0 commit comments

Comments
 (0)