back to catalog
ReactSample App
works in free trial | Built on 8.1.0.cl

ThoughtSpot Everywhere Reference App Get code

Code by ThoughtSpot

This demo uses most of the React APIs exposed by the Visual Embed SDK. See it live.

Stack

  • React (Functional components)
  • Typescript
  • Antd Design components

Authentication

Uses the token based authentication. See here for complete documentation. The code backing the token auth server is available here.

Rate this code

Thank you for rating this code!

Installation instructions

CodeSandbox

Check it out online via CodeSandbox

Local installation

  • Clone the repo to your local machine.
  • Change directories to big-react-demo
  • Type npm install
  • Run npm start
Get code