tamimattafi / telegram-mini-app

This repository was created to showcase the functionality and api used to create bots and mini apps, it contains an example of all functions and events that a developer might need in their journey
https://tamimattafi.github.io/telegram-mini-app/
Apache License 2.0
76 stars 20 forks source link

JavaScript version? #2

Open Vercixx opened 1 month ago

Vercixx commented 1 month ago

I don't really know React, so is there JS version of example?

tamimattafi commented 1 month ago

@Vercixx React is JS framework, you can still find the examples useful since only the UI is based on React. Working with the WebApp is done using JS, and it is the same across all frameworks. If you meant a clean JS example (HTML, CSS, JS), then unfortunately there's no such version in this repository.