react-dnd-html5-backend icon indicating copy to clipboard operation
react-dnd-html5-backend copied to clipboard

Drop "React" from the name.

Open kesne opened this issue 7 years ago • 3 comments

Originally reported here: https://github.com/gaearon/react-dnd/issues/513

First off, just want to say thanks for building react-dnd and its core libraries. The abstractions are wonderful to work with and very flexible.

Currently using dnd-core and react-dnd-html5-backend inside of an ember addon and it works great! But, I am using bower to grab the react-dnd-html5-backend because the npm package has a react-dnd peer dependency, which makes sense due to the name of the package. I would like to propose moving the html5 backend into a package named something like dnd-core-html5-backend without the react-dnd peer dep, then updating react-dnd-html5-backend to use dnd-core-html5-backend with the react-dnd peer dependency. If this sounds reasonable, let me know if there is anything I can do to help.

  • @Samsinite

kesne avatar Aug 18 '16 19:08 kesne

Anything I can do to help move this along?

Samsinite avatar Oct 24 '16 21:10 Samsinite

Since the project name is now "react-dnd", I don't think we should change the name of the package. However, I do think it would make sense to remove the peer dependency.

darthtrevino avatar Jan 24 '17 20:01 darthtrevino

@darthtrevino

I'm not advocating removing this package, and I see use in a peer dependency, I was advocating updating this package to wrap a package that does not have react-dnd as a peer dependency (which might make sense as well to remove the react name from).

Samsinite avatar Jan 25 '17 01:01 Samsinite