An open API service indexing awesome lists of open source software.

https://github.com/malloydata/malloy-render-react

React wrapper for the Malloy renderer
https://github.com/malloydata/malloy-render-react

Last synced: 6 months ago
JSON representation

React wrapper for the Malloy renderer

Awesome Lists containing this project

README

          

# Malloy Render React components

## \

A React component for rendering Malloy results. Takes either a `result` object or a combination of `queryResult` and `modelDef`:

```javascript

```

## Malloy DuckDB WASM Hooks

Malloy models can be run locally in the browser using the following components and hooks

- ``: provides a context for setting up a model
- `useMalloyModel()`: hook for accessing Malloy model runtime within MalloyModelProvider
- `useMalloyQuery(queryString)`: hook for executing a Malloy query from model within MalloyModelProvider context