Ruby on Rails #119 Trello Clone. Advanced Drag and Drop Sortable Lists with Hotwire

This page summarizes the projects mentioned and recommended in the original post on /r/rails

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • sortablejs

    Reorderable drag-and-drop lists for modern browsers and touch devices. No jQuery or framework required.

  • Have you looked into alternatives to SortableJS btw? It's a good library but it's also pretty big (43kb) based on https://github.com/SortableJS/Sortable/blob/master/Sortable.min.js.

  • draggable

    The JavaScript Drag & Drop library your grandparents warned you about.

  • Last time I did this a few years ago with jquery-ui-sortable: https://blog.corsego.com/ruby-on-rails-sexy-basic-trello-clone. I haven't tried doing this with any other modern drag-and-drop libraries, but I think my next go-to would be https://shopify.github.io/draggable/

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Suggestions for a library that can resize/move panels on a grid-like basis? Like the AWS dashboard widgets.

    2 projects | /r/webdev | 7 Dec 2023
  • Shopify's Draggable Landing Page Is Beautiful

    3 projects | news.ycombinator.com | 17 Aug 2023
  • Drag & drop in Svelte. Hunting for libs

    2 projects | /r/sveltejs | 21 Feb 2023
  • How to use Nodemailer with Cypress 10?

    3 projects | /r/Cypress | 7 Dec 2022
  • Developing and testing sortable Drag and Drop components. Part 1 - Development.

    3 projects | dev.to | 4 Dec 2022