intercellular / cell

A self-driving web app framework

Home Page:https://www.celljs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTML5 Drag and Droppable Cells

gliechtenstein opened this issue · comments

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