What is Hyperview?
masterHyperview is a hypermedia format and React Native client used to develop server-driven mobile applications. Instead of traditional native development where the app logic and UI are bundled in the binary, Hyperview screens are rendered by fetching Hyperview XML (HXML) from a server.
Key benefits include:
- Server-driven UI: The backend controls layout, content, and actions via HXML.
- Instant Updates: Deploy changes to your backend to update the app instantly without waiting for App Store reviews.
- No API Versioning: Users always run the most recent version of the UI logic, eliminating version fragmentation.
- Backend Agnostic: Works with any HTTP server (Django, Rails, Node, etc.) or even static XML files.