News

The Tableau JavaScript API uses Promises (specifically the Promises/A specification) to notify your code when an operation is complete. This allows you to chain method calls using an easy syntax.
A React component does not need to return any UI elements at all. In our case, our component is simply invoking the Tableau Javascript API. The Javascript API itself handles all of the UI "stuff" that ...