telegram-mini-apps-react
Installation
SKILL.md
Telegram Mini Apps with React
This skill provides comprehensive guidance for building Telegram Mini Apps using React and the @tma.js/sdk-react package.
Overview
Telegram Mini Apps are web applications displayed inside Telegram's WebView. They integrate with Telegram's native UI components (Back Button, Main Button) and have access to user data, theme parameters, and platform-specific features.
Key concepts:
- Mini Apps are add-ons for Telegram Bots
- They run inside Telegram's WebView
- They communicate with Telegram client via events and methods
- They have access to launch parameters, init data, and theme settings