Skip to content

Commit fd9caab

Browse files
FalkWolskygitbook-bot
authored andcommitted
GITBOOK-183: No subject
1 parent 38707fb commit fd9caab

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

docs/SUMMARY.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,13 @@
121121

122122
* [Share an App](publish-apps/share-an-app.md)
123123
* [Publish an App](publish-apps/publish-an-app.md)
124-
* [Embedd an App](publish-apps/embedd-an-app/README.md)
125-
* [Embed App in HTML Pages](publish-apps/embedd-an-app/embed-app-in-html-pages.md)
126-
* [Embed App in WordPress Pages](publish-apps/embedd-an-app/embed-app-in-wordpress-pages.md)
127-
* [Embed Apps in React](publish-apps/embedd-an-app/embed-apps-in-react.md)
128-
* [Embed Apps in NEXT.JS](publish-apps/embedd-an-app/embed-apps-in-next.js.md)
129-
* [Native embed SDK](publish-apps/embedd-an-app/native-embed-sdk/README.md)
130-
* [Build the SDK from Source](publish-apps/embedd-an-app/native-embed-sdk/build-the-sdk-from-source.md)
124+
* [Embed an App](publish-apps/embed-an-app/README.md)
125+
* [Embed App in HTML Pages](publish-apps/embed-an-app/embed-app-in-html-pages.md)
126+
* [Embed App in WordPress Pages](publish-apps/embed-an-app/embed-app-in-wordpress-pages.md)
127+
* [Embed Apps in React](publish-apps/embed-an-app/embed-apps-in-react.md)
128+
* [Embed Apps in NEXT.JS](publish-apps/embed-an-app/embed-apps-in-next.js.md)
129+
* [Native embed SDK](publish-apps/embed-an-app/native-embed-sdk/README.md)
130+
* [Build the SDK from Source](publish-apps/embed-an-app/native-embed-sdk/build-the-sdk-from-source.md)
131131

132132
## 🔥 Lowcoder Extension
133133

docs/build-applications/create-a-new-app/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
## App or Module?
44

5-
A [Module](modules.md) is a special type of App, which can be **re-used** inside of other Modules or Apps and especially it is possible to [embed](../../publish-apps/embedd-an-app/) the Module directly in your native Web-Application outside of Lowcoder. 
5+
A [Module](modules.md) is a special type of App, which can be **re-used** inside of other Modules or Apps and especially it is possible to [embed](../../publish-apps/embed-an-app/) the Module directly in your native Web-Application outside of Lowcoder. 
66

77
The Editor for Apps and Modules is the same, only Modules have some extra settings and parameters regarding the embedding.
88

9-
If you would like to [embed](../../publish-apps/embedd-an-app/) or re-use your Application, choose "Module". If you want only to build a fullscreen Application and eventually hang it in a Navigation, use "App".
9+
If you would like to [embed](../../publish-apps/embed-an-app/) or re-use your Application, choose "Module". If you want only to build a fullscreen Application and eventually hang it in a Navigation, use "App".
1010

1111
{% hint style="info" %}
1212
Be aware that nested Modules "in each other" can cause a slowdown of the Application. It is always a consideration of listed elements in terms of the re-usability of child components or faster Application behavior. When creating Modules, testing regarding the speed of the overall Application and consumption of resources is necessary.

docs/build-applications/create-a-new-app/modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Modules
22

3-
One of the most **powerful concepts of Lowcoder** is **Modules**. Lowcoder Modules are Applications, that can get **included and repeated** in other Applications. You can insert a module into an app or other modules (referred to as _external apps_ in the rest of this document) and it **functions just like a single component**. Also, Modules can get [**integrated/embedded natively in other Web Applications**](../../publish-apps/embedd-an-app/)**!**
3+
One of the most **powerful concepts of Lowcoder** is **Modules**. Lowcoder Modules are Applications, that can get **included and repeated** in other Applications. You can insert a module into an app or other modules (referred to as _external apps_ in the rest of this document) and it **functions just like a single component**. Also, Modules can get [**integrated/embedded natively in other Web Applications**](../../publish-apps/embed-an-app/)**!**
44

55
When building an app, you want to reuse a bundle of components and queries across different apps. Imagine a User-Profile Card. Profile-Image, Name, Contacts. If you create these Elements inside of a Module, you can integrate this in all other Apps as it would be a single component.
66

0 commit comments

Comments
 (0)