Solved

Programmatic access from JavaScript other than React components

  • 15 July 2020
  • 1 reply
  • 150 views

It is my understanding that there are plans to deprecate programmatic access in the future, in favor of the React component library. Is this correct?

icon

Best answer by Pavel 16 July 2020, 17:39

View original

1 reply

Userlevel 2

Hi @Andrew, 

we don’t have any plans to deprecate programmatic access. The only thing that we are already deprecating is the execution module of the low level gooddata-js library.

This documentation page describes how to invoke a computation or query from pure JavaScript code without using the React component library and we don't have any plans about deprecating this capability.

The next major version of our JavaScript SDK may bring these additional changes related to your question:

  • The function mentioned above will be moved to another package 
  • There will be a new and more convenient JavaScript API written on the top of that function

Pavel

Reply