Software Alternatives, Accelerators & Startups

Draggable JS VS Vite

Compare Draggable JS VS Vite and see what are their differences

Draggable JS logo Draggable JS

A lightweight, responsive, modern drag-and-drop library (by Shopify)

Vite logo Vite

Next Generation Frontend Tooling
  • Draggable JS Landing page
    Landing page //
    2019-09-13
  • Vite Landing page
    Landing page //
    2023-09-17

Draggable JS videos

No Draggable JS videos yet. You could help us improve this page by suggesting one.

+ Add video

Vite videos

Premium Ramen? Vite Ramen Review

More videos:

  • Review - THE next HARMONY.....VITE ......DONT MISS THIS 100X
  • Review - The Child Of Ethereum & Nano? In-Depth Review Of VITE

Category Popularity

0-100% (relative to Draggable JS and Vite)
Javascript UI Libraries
Software Development
0 0%
100% 100
Development Tools
100 100%
0% 0
Developer Tools
0 0%
100% 100

User comments

Share your experience with using Draggable JS and Vite. For example, how are they different and which one is better?
Log in or Post with

Social recommendations and mentions

Based on our record, Vite seems to be a lot more popular than Draggable JS. While we know about 383 links to Vite, we've tracked only 5 mentions of Draggable JS. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Draggable JS mentions (5)

  • Ruby on Rails #119 Trello Clone. Advanced Drag and Drop Sortable Lists with Hotwire
    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/. Source: about 1 year ago
  • Konsta UI – Mobile UI Components Built with TailwindCSS
    My startup team is working on a new project and elected Tailwind this week. Konsta looks like a great fit as we want to work well on mobile. Wondering if there are plans to add a grid system and/or drag+drop? We're looking to implement an Instagram like grid of cards and currently using DraggableJS https://shopify.github.io/draggable. Having an integrated solution would help us avoid haphazard glue code. - Source: Hacker News / about 1 year ago
  • Drag & drop in Svelte. Hunting for libs
    Draggable has the... Funkiest examples btw. Like 3D dragging funky. Source: about 1 year ago
  • How to create a Drag and Drop quiz like this?
    For vanilla js maybe something like https://shopify.github.io/draggable/ or https://interactjs.io/. Source: over 1 year ago
  • Creating Movable/Draggable Images In Shopify
    Https://shopify.github.io/draggable/ I found this library from Shopify that might point him in the right direction if he wants to use a library. Source: about 3 years ago

Vite mentions (383)

  • Svelte Series-2: How to install Svelte
    After we have installed the Node environment, we can use Vite to install. Because the use of Vite has a higher version of Node.js requirements, so I recommend that you install a relatively new Node.js. Currently I use the version for v18.15.0. - Source: dev.to / about 14 hours ago
  • 🇫🇷 Base d'une application RiotJS avec Vite
    Import { defineConfig } from 'vite' Import riot from 'rollup-plugin-riot' Export default defineConfig({ root : process.cwd() + '/client', plugins : [riot()], build: { minify : 'esbuild', /** https://vitejs.dev/config/build-options.html#build-minify */ target : 'esnext' /** https://vitejs.dev/config/build-options.html#build-target */ } }). - Source: dev.to / 2 days ago
  • Comparing Hattip vs. Express.js for modern app development
    As of this writing, initializing a Hattip project requires some manual commands. However, keep in mind that a zero-config development environment based on Vite is in the works. - Source: dev.to / 15 days ago
  • React TypeScript - Vite + React
    Import { defineConfig } from 'vite' Import react from '@vitejs/plugin-react' // https://vitejs.dev/config/ Export default defineConfig({ plugins: [react()], server: { port: 4200, } }). - Source: dev.to / 13 days ago
  • I Disappear
    For the frontend of "I Disappear," I leverage the automated build & deploy system provided by Netlify, which seamlessly integrates with Vite. This setup ensures that every deployment is optimized for performance, utilizing Vite’s modern build tools to enhance speed and efficiency. - Source: dev.to / 15 days ago
View more

What are some alternatives?

When comparing Draggable JS and Vite, you can also consider the following products

Dragula - A drag and drop library for developers

React - A JavaScript library for building user interfaces

Deku - Functional view library for building UI components as an alternative to React

Tailwind CSS - A utility-first CSS framework for rapidly building custom user interfaces.

react-beautiful-dnd - Beautiful and accessible drag and drop for lists with React - atlassian/react-beautiful-dnd

Vue.js - Reactive Components for Modern Web Interfaces