Over at web.dev Thomas Steiner has published a series of posts on Mini Apps.
Mini apps are small apps that require a super app to run. They are built with (“dialects” of) the web technologies HTML, CSS, and JavaScript. The runtime of a mini app is a WebView in the super app, not the underlying operating system, which makes mini apps cross platform.
The series consists of 4 main sections:
- Welcome to the world of Mini Apps
- The developer experience of Mini Apps
- The wider Mini Apps ecosystem
- Learning from Mini Apps