---
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)
