Overview
The React Part is a self-contained Create React App (TypeScript) bundle embedded inside the Mirror Android app. It is served locally by LocalWebServer (NanoHTTPD) on a configurable localhost: and loaded inside an Android WebView. It is not a standalone web app — it only functions inside the WebView context.
Structure
Package layout, file responsibilities, and service architecture for the Mirror React bundle.
Technologies
Libraries, frameworks, and external integrations used in the Mirror React bundle.
Routes / Navigation
Detailed breakdown of every route used by the Mirror app. All routes are hash-based (/#/...) and registered in src/index.tsx using createHashRouter.
Changelog
All notable changes to the Mirror React bundle.