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?
Best answer by Pavel
Hi
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