Loïc Laudet
Results
2
comments of
Loïc Laudet
If you don't want to start with all solutions, just use `client` branch.
`useDragAndDrop` works as a replacement of `useState` hook. for dealing with stores, use the `dragAndDrop` api: ```jsx import { dragAndDrop } from "@formkit/drag-and-drop/react"; dragAndDrop({ parent: boardRef, state: [kanbanStore.columns, dispatch], plugins:...