Xyflow

screenshot of Xyflow
react
svelte

Xyflow

React Flow | Svelte Flow - Powerful open source libraries for building node-based UIs with React (https://reactflow.dev) or Svelte (https://svelteflow.dev). Ready out-of-the-box and infinitely customizable.

Overview

The xyflow repository is a collection of powerful open source libraries for building node-based UIs with React or Svelte. These libraries are ready out-of-the-box and infinitely customizable. The repository consists of four packages: React Flow v11, React Flow v12 (not published yet), Svelte Flow, and a shared helper library called @xyflow/system. The team behind xyflow maintains and develops these libraries and relies on user support to keep them under an MIT License.

Features

  • Ready out-of-the-box
  • Infinitely customizable
  • Supports building node-based UIs with React or Svelte
  • Includes React Flow v11 and React Flow v12 packages
  • Offers Svelte Flow package
  • Provides a shared helper library called @xyflow/system
react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

svelte
Svelte

Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

rollup
Rollup

RollupJS is a popular and efficient JavaScript module bundler that takes the code from multiple modules and packages them into a single optimized file, minimizing the overall size of the application and improving its performance.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.