Code Monkey home page Code Monkey logo

Comments (6)

macsupport avatar macsupport commented on May 18, 2024 1

Ability to use localstorage to save drag position would be nice. Here is a codepen with it functioning with packery.js

from muuri.

niklasramo avatar niklasramo commented on May 18, 2024

That's actually doable already with Muuri. There's no specific localStorage implementation in the core but there's a method for retrieving the items in order (and the elements) with grid.getItems() and also method for sorting the grid with grid.sort(). You could easily modify the demo you provided to use Muuri instead of Packery.

from muuri.

o-t-w avatar o-t-w commented on May 18, 2024

Have you thought of implementing this with CSS grid for layout?

from muuri.

niklasramo avatar niklasramo commented on May 18, 2024

@o-t-w I presume you mean that have I considered using CSS grid as the "layout engine" instead of calculating the layout with JavaScript.

The answer is yes, and no. Muuri's core idea is to provide a way to define the layout with JavaScript, and we're talking about any kind of layout (not just a grid). After the layout is calculated it makes little sense (at least to me) to map that layout to CSS grid properties. It's just faster and easier to set the explicit absolute positions to the elements since we have them already.

That being said, calculating the layout with JavaScript can be a bit taxing on the performance depending on the complexity of the layout algorithm and the amount of items in the layout. So yeah, in that regard I totally see the value of having Muuri's feature set (everything except the layout part) combined with CSS grids. It's a good idea for a Muuri spin-off.

If you have some more specific ideas related to this I'm all ears 😉

from muuri.

NikitaIT avatar NikitaIT commented on May 18, 2024

I plan to combine Muuri with @simonwep/selection-js, it would be nice to add group drag and drop with selection. This will be useful for the file(image) uploader layout.
https://simonwep.github.io/selection/

from muuri.

niklasramo avatar niklasramo commented on May 18, 2024

@NikitaIT That looks like lovely library that would mix well with Muuri 🙂 Can't wait to see the result if it's going to be publicly visible code.

from muuri.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.