Skip to content

Commit

Permalink
Merge pull request #397 from 552020/patch-2
Browse files Browse the repository at this point in the history
Update required technologies paragraph
  • Loading branch information
heyqbnk authored Jul 10, 2024
2 parents a114002 + b2e1232 commit 6b6e581
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions apps/docs/platform/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ is enough to learn standard front-end development technologies, such as:
Really simple, isn't it? But to make much more serious and bigger applications, we recommend using
more solid technologies, such as `TypeScript`, `React`, `SCSS`, etc.

So, if we want to create a Mini App, we should create a standard web application with any technology
stack. The only thing Telegram needs from the developer is the application URL to download it
from. It will be used as a source for WebView, which will lead to application being downloaded and displayed.
So, if we want to create a Mini App, we should create a standard web application with any technology
stack. The only thing Telegram needs from the developer is the application URL. This URL will be used as
a source for the WebView component of the Telegram client, which will load and display the application
within Telegram.

## Usage

Expand Down

0 comments on commit 6b6e581

Please sign in to comment.