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

https://github.com/henriteinturier/training-dragndrop

Test React-dnd beautiful-dnd & reactQuery
https://github.com/henriteinturier/training-dragndrop

react-beautiful-dnd react-dnd react-query

Last synced: 18 days ago
JSON representation

Test React-dnd beautiful-dnd & reactQuery

Awesome Lists containing this project

README

          

# initialisation

Pour initialiser le projet nous devons lancer notre serveur json sur le port 3500

```
json-server -w data/db.json -p 3500
```

pour pouvoir lancer le serveur il faut installer json-server

```
// installation globale:
npm i json-server -g
// lancer le serveur sans installation prealable.
npx json-server -w data/db.json -p 3500
```



React-Beautiful & useQuery


Texte alternatif 1



React-Dnd change folder Item


Texte alternatif 2



React-Dnd Tuto Chess


Texte alternatif 3