Code Monkey home page Code Monkey logo

Comments (3)

mojo5000 avatar mojo5000 commented on May 22, 2024 1

I retrieved latest, all is good, thanks.

FYI - side notes, sry if off topic for issue:

  1. When building from source I needed to 'npm install babel-preset-stage-0'.

  2. I'm building in add/edit/delete node functions, modals and buttons. Any plans on having more of this baked into the component in the future?

  3. I am continually impressed by this component. As I continue to go deeper into it, you've accounted for a lot of items, and made some nice hooks and utils that are integral. Thanks for your amazing work.

from react-sortable-tree.

fritz-c avatar fritz-c commented on May 22, 2024

I just added this in a release yesterday, so could you make sure first that you have updated to at least v0.1.7?

from react-sortable-tree.

fritz-c avatar fritz-c commented on May 22, 2024
  1. What syntax was failing to compile? With the current .babelrc I never had issues building on my work and home computers.
  2. I do think it would be worthwhile to have documentation explaining how to implement add/delete operations. I don't think it would be good to add baked-in functions, because they'd have to be complex enough to cover all the bases in terms of people's expectations.
    For an 'add' example - if I click the + button on this node, will it append to the children? Will it prepend? Will it add a sibling on the same level? And for delete - will it delete all the children, or shift them up a level?
    I will admit that the search functionality of this component breaches this same territory. However, its high degree of coupling with scrolling and node rendering (for highlighting) made it worthwhile to create an opinionated approach to search, such that this common use case could be handled easily by library users. Add/edit/delete have the advantage of only working with the tree data, which can be manipulated without ever having to worry about my library internals.
  3. Thanks for the feedback and suggestions! It's really valuable to get a sense of what the library users expect from the component.

I'm going to close this issue as the original problem was resolved, but we can keep up a conversation here about the points mentioned above.

from react-sortable-tree.

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.