0.0.26 • Published 2 years ago

@data-story-org/data-story v0.0.26

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Visual programming | Process design | Workflows | ETL | Data manipulation

data-story-org/core

data-story-org/x-to-y

Demo

Installation and usage in react app

yarn add @data-story-org/data-story
import { DataStory } from '@data-story-org/data-story';
import '@data-story-org/data-story/lib/styles/app.css';

const someComponent = () => {
  return <DataStory />;
};

:warning: Using React.StrictMode with data-story-org/data-story in development mode will provoke a lot of useless errors see projectstorm/react-diagrams#598

as temporally fix you can either disable React.StrictMode or enable it only for production builds

Development

See contributing for setuping seamless development environment for core and data-story.

Hotkeys

HotkeyAction
ALT+DGo to diagram
ALT+IGo to Inspectors
ALT+JGo to diagram JSON
ALT+Oopen
ALT+PLUSAdd node
ALT+RRun diagram
ALT+Ssave