Although there are some components that can run queries automatically, you can also run them manually from your React app, and do whatever you want with the results.
The data returned by the query. Will be null if the query is still running or if there was an error.Check QueryResult to learn more about the data structure.