Mercurial Hosting > dad
diff src/index.html @ 1:9c372fce698a
start alternatives
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Wed, 19 Apr 2023 23:04:23 -0600 |
parents | e863dbc62217 |
children | 264646feb67b |
line wrap: on
line diff
--- a/src/index.html Tue Apr 18 21:52:25 2023 -0600 +++ b/src/index.html Wed Apr 19 23:04:23 2023 -0600 @@ -10,6 +10,12 @@ <body> <h1>Reactionary Drag and Drop</h1> - <p>I can't find a usable drag-and-drop JavaScript library, so, as usual, I am forced to write one. You can follow my progress, starting from zero, right here. Here is <a href="https://hg.reactionary.software/repo/dad/">the source</a>. Here is <a href="http://www.reactionary.software/drag.html">the need</a>. And here is a <a href="https://communities.win/c/programming/p/16an5RSxmy/javascript-drag-and-drop/c">discussion thread</a> if you want to comment.</p> + <p>I can't find a usable drag-and-drop JavaScript library, so, as usual, I am forced to write one. You can follow my progress, starting from zero, right here. Here is <a href="https://hg.reactionary.software/repo/dad/">the source</a>. Here is <a href="http://www.reactionary.software/drag.html">the need</a>. And here are discussion threads on <a href="https://communities.win/c/programming/p/16an5RSxmy/javascript-drag-and-drop/c">Scored</a> and <a href="http://www.mikraite.org/JavaScript-Drag-and-Drop-tp3229.html">Reactionary Software</a> if you want to comment.</p> + + <p>I will start by reviewing the existing depraved alternatives:</p> + <ul> + <li><a href="/alternatives/standard.html">Standard Drag and Drop API</a></li> + <li><a href="/alternatives/interactjs.html">interact.js</a></li> + </ul> </body> </html>