DocsArchitecture & Integration
Desktop Application (Tauri + React)
Deep dive into the Trentarev Windows native desktop experience and state architecture.
Our desktop client is built on Tauri and React, natively optimized for Windows to provide a seamless, low-latency trading intelligence environment.
Client Architecture
The client has no direct third-party API exposure. All data strictly flows through the Trentarev backend services. Network traffic is highly optimized. React Providers own all shared state across the application, rather than pages fetching individually.
Data Truth & Synchronization
Within the application state, "Calls" represent the absolute source of truth. By aggregating and analyzing a user's calls, the system deterministically derives portfolio values, profile statistics, and dashboard metrics.