GithubHelp home page GithubHelp logo

Comments (2)

supraniti avatar supraniti commented on May 18, 2024 2

i have taken a small 'todo app' from code-pen and integrated it with lmdd
you can find the modified example here:
https://codepen.io/supraniti/pen/OZZGeB
and the original pen is here:
https://codepen.io/marekdano/pen/bVNYpq

integration steps:

  1. i added a ref on the app main render function (ref="lmdd")
    this is for accessing the dom element and setting up the lmdd instance
  2. i added the setup functin and an event listener on componentDidMount() hook
    using the ref from step 1 to locate the dom element,
    initializing lmdd instance with my desired settings
  3. this is enough for the drag and drop functionality to take place, but we also want to update the component state after each succesful drag event, so i also added an event listener and a callback function to update the component state after each succesful drag operation
    and that's about it...

from lean-mean-drag-and-drop.

jlarmstrongiv avatar jlarmstrongiv commented on May 18, 2024

Iā€™m also curious about integrating with React

Angular and React integration is pretty much the same, examples will be added to this section later on.

The readme mentions examples will be added later on. In the meantime, a quick codesandbox would be really helpful if anyone could whip one up šŸ™‚

from lean-mean-drag-and-drop.

Related Issues (17)

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.