Re: [elm-discuss] Re: More on external "components"

2016-10-23 Thread Mark Hamburg
The project in question was Elm 0.16 based and we've moved on to other work so the details need some translation (which I will attempt to handle here), but the net was that it worked reasonably well with some caveats and hacks. The first problem is getting Dropzone.js to attach its logic to the no

[elm-discuss] Re: More on external "components"

2016-10-22 Thread OvermindDL1
Elm's VirtualDom has such a thing just for that: https://github.com/elm-lang/virtual-dom/blob/master/src/Native/VirtualDom.js#L88-L98 However, it is only accessible via 'native' code javascript, thus you'd have to make a native module, which if that is fine for you... I also have no clue if i

[elm-discuss] Re: More on external "components"

2016-10-22 Thread jhancock
Hi Mark, We're looking at possibly starting our first Elm project. Our app would in the first phase rely heavily on a robust multi-file (images) uploader such as DropZone.js Over time we would need other sophisticated js libs such as Quill.js Do you have time to share your experience or suggesti