@graphistry/client-api-react

5.1.1 • Public • Published

Graphistry's Client API React Component

Automatically upload and visualize datasets using React, powered by Graphistry's GPU graph visualization infrastructure.

Install

npm install @graphistry/client-api-react

Usage

import React from 'react';
import ReactDOM from 'react-dom';

import { Graphistry } from '@graphistry/client-api-react';
//... Specify bundle format when default is incompatible: @graphistry/client-api-react/dist/index.{esm,cjs,iife}.js

import '@graphistry/client-api-react/assets/index.less';

ReactDOM.render(
    <Graphistry dataset='Miserables'
                graphistryHost='https://hub.graphistry.com'/>,
    document.getElementById('react-root')
);

Additional React examples

Versions

  • @graphistry/client-api-react wraps @graphistry/client-api, so use aligned versions
  • By default, React is linked as an external dependency (16.8+, 17.x, 18.x)
  • You can use multiple module formats: @graphistry/client-api-react (default) or pick a specific format via @graphistry/client-api-react/dist/index.{esm,cjs,iife}.js
  • You can also use the library standalone, where React is already inlined: @graphistry/client-api-react/dist/index.full.{esm,cjs,iife}.js

/@graphistry/client-api-react/

    Package Sidebar

    Install

    npm i @graphistry/client-api-react

    Weekly Downloads

    256

    Version

    5.1.1

    License

    ISC

    Unpacked Size

    12.4 MB

    Total Files

    23

    Last publish

    Collaborators

    • mj3cheun
    • tcook_graphistry
    • exrhizo-graphistry
    • graphistry-deploy
    • lmeyerov