npm:
Next, initialize cubeApi within your application.
Please note that you must sign your request with the correct authentication
token. Cube uses the JSON Web Token (JWT) standard by default
to authenticate requests. You can copy a temporary token from the âHow to
connect to your applicationâ modal window. For production use, you must generate
this token from your secret key. You can learn more about this in the
Authentication & Authorization section of the documentation.
CubeProvider that can be used in your React
application.
useCubeQuery hook to load data from Cube into your
React application.