https://github.com/fed/bacon-dnd
Dead simple Drag and Drop implementation using Bacon.js 🥓
https://github.com/fed/bacon-dnd
baconjs drag-and-drop frp
Last synced: about 2 months ago
JSON representation
Dead simple Drag and Drop implementation using Bacon.js 🥓
- Host: GitHub
- URL: https://github.com/fed/bacon-dnd
- Owner: fed
- Created: 2018-10-02T07:39:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-04T05:30:15.000Z (over 6 years ago)
- Last Synced: 2025-01-18T13:38:07.022Z (3 months ago)
- Topics: baconjs, drag-and-drop, frp
- Language: JavaScript
- Homepage: https://talks.fknussel.com/frp-intro/
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Drag and Drop Example with Bacon.js
In this example we are building a simple Kanban board with some cards, and we want to add some functionality so that we can click on these cards, drag them around and when we let them go they will either snap back to their original position or move into a new column.

> Disclaimer: This example is based on [Blake Haswell](http://blakehaswell.com/)'s talk on FRP at SydJS back in March 2016.