@atlaskit/pragmatic-drag-and-drop-docs
Version:
This package holds the documentation for Pragmatic drag and drop in one place. It is not intended to be consumed directly by consumers. The package is used by other tools for sharing examples
18 lines (13 loc) • 643 B
text/mdx
title: Usage with UI Frameworks
description: How to use @atlaskit/pragmatic-drag-and-drop with different UI libraries and frameworks
order: 2
Pragmatic drag and drop has been designed to be used with any UI library or framework. This allows
us to:
- support deferred loading without needing to lean into any library specific abstractions.
- have drag and drop between pieces of UI written in different UI libraries.
- get fantastic performance.
Here are some tips to help you implement drag and drop when using specific frameworks (more coming
soon):
- [react](/components/pragmatic-drag-and-drop/core-package/UI-frameworks/react)