Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 307 Bytes

4.in-what-language.md

File metadata and controls

9 lines (7 loc) · 307 Bytes

What are the languages used in mini-apps?

Mini app is just a web application that runs in a host app so simply you can use:

  • HTML
  • CSS
  • JS

Why use TS instead of JS?

Because TS provides a more robust experience for dev and detects bugs ahead of time at compile and deliver more secure mini apps