
Node-Based UIs in React - React Flow
Highly customizable React library for workflow builders, no-code apps, image processing, visualizers, and more
Examples - React Flow
Apr 23, 2025 · This is an overview example React Flow's basic features. You can see built-in node and edge types, sub flows as well as NodeToolbar and NodeResizer components.
Introduction - React Flow
Apr 17, 2025 · React Flow is a library for building node-based applications. These can be anything from simple static diagrams to data visualizations to complex visual editors. You can implement custom node types and edges and it comes with components like a minimap and viewport controls out of the box.
Showcase - React Flow
Flexible data model visualization with Hubql and React Flow. We were seeking a React library that helps us to turn data models into visualization without spending too much time building abstractions and interactive elements.
Build a Mind Map App with React Flow
Jan 10, 2023 · React Flow - Customizable library for rendering workflows, diagrams and node-based UIs.
Database Schema Node - React Flow
Apr 23, 2025 · import { Background, Edge, ReactFlow } from "@xyflow/react"; import DatabaseSchemaDemo from "./component-example"; const nodeTypes = {databaseSchema: …
Quickstart - React Flow
Apr 23, 2025 · Graphs created with React Flow are fully interactive. We can move nodes around, connect them together, delete them, … To get the basic functionality we need to add three things:
Shapes - React Flow
Apr 17, 2025 · This example shows how to implement a custom node that can render different shapes like a circle, diamond or hexagon that are commonly used in flow charts. It also shows how to implement a sidebar component, custom minimap nodes and a node toolbar to change the color of the shapes.
Flexible data model visualization with Hubql and React Flow
Apr 17, 2025 · We use React Flow to transform data models such as JSON or Prisma into diagrams or graphs. We pass AST (abstract syntax tree) data to React Flow to generate nodes and edges based on data relationships.
React Flow Pro Examples - React Flow
Get 10 advanced React Flow code examples to use in your node-based UIs, crafted by the React Flow core team.