An open API service indexing awesome lists of open source software.

https://github.com/imedadel/react-dnd-docs

Updated website for React DnD docs
https://github.com/imedadel/react-dnd-docs

dnd docs documentation docusaurus drag-and-drop react react-dnd

Last synced: 4 months ago
JSON representation

Updated website for React DnD docs

Awesome Lists containing this project

README

          

# React DnD Docs

This is the source code for a new React DnD documentation website.

The old website was getting dusty, so, while working on a project using React DnD and having to learn the whole API, I decided to help you—time traveler—by making a shinier website that you can depend on in your drag and drop journey.

This website won't be a pure stylistic update to the old. Instead, I am planning to reguraly enhance the documentation and—hopefully—add more examples.

PS. You can find me on [Twitter](https://twitter.com/imedadel_).

## Contribute

This website is built using [Docusaurus 2](https://v2.docusaurus.io/), a modern static website generator.

Each page has an edit link at the end. If you would like to help me, please feel free to do so.

### Installation

```
$ yarn
```

### Local Development

```
$ yarn start
```

This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.

### Build

```
$ yarn build
```

This command generates static content into the `build` directory and can be served using any static contents hosting service.