Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML5 Drag and Droppable Cells #131

Open
gliechtenstein opened this issue Jun 28, 2017 · 0 comments
Open

HTML5 Drag and Droppable Cells #131

gliechtenstein opened this issue Jun 28, 2017 · 0 comments

Comments

@gliechtenstein
Copy link
Contributor

gliechtenstein commented Jun 28, 2017

I think Cell is uniquely positioned to implement something like this.

It's not easy to do this using traditional approaches or other frameworks, but since

  • Cell lets you express an app as data (JSON format)
  • each Cell encapsulates all the app logic on itself
  • there's no dependency
  • designed to be injectable

it should be possible to make completely drag and droppable components.

This will probably not be a feature of the core library but built on top of Cell. Just an idea stage for now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant