REACT / CONTROLLED ANALYTICS
Controlled analytics, without a shadow copy.
Filter the live 100,000-row pipeline or commit a formula. React keeps controlled rows, query state, KPI formulas, and Grid history in lockstep.
- Adapter
- React binding
- Engine
- Rust / WASM
- Surface
- Canvas
Live workbook/ React
Real adapter · interactive statePUBLISHED RUNTIME
See the contract working.
No mock controls or copied state. Every interaction above crosses the public adapter and Grid APIs.
- 01Controlled queries
Market and segment filters, ranking, and search flow from React state.
- 02Formulas and KPIs
Summary cards read real engine formulas — SUM over a named range, AVG, SUMIF per market — and recalculate on every edit.
- 03Reset reconciliation
Dataset reloads and renderer swaps rebuild the grid; the surviving React state re-applies itself on ready.
- 04Data workflows
CSV import lands as one undoable commit; CSV/XLSX exports hand off to the interoperability proofs.