Fork me on GitHub
#om
<
2017-03-28
>
danielstockton07:03:42

You might have to update cljs too. You can also try removing resources/public/js and recompiling everything.

jduenas08:03:07

Hello fellows, I'm starting to work with om.next and I was wondering if there is a correct way to work with Higher Order Components as in plain React. I'm trying to do some render hijacking so the HOC can control what to be render. Anything is helpful 🙂

baptiste-from-paris11:03:46

hello guys, this is part 2 of my article on drag and drop using om : remarks and questions are welcomed ! https://baptistes-blog.ghost.io/2017/03/27/building-drag-and-drop-elements-with-om-next-part-2/

danielstockton11:03:29

@baptiste-from-paris Excellent, I was following part 1 only this morning, implementing a drag and drop of my own.

danielstockton12:03:12

Unfortunately, I think I'll have to change to using goog.fx.DragDrop or another library, since HTML5 native drag and drop isn't well supported by browsers.

baptiste-from-paris13:03:13

@danielstockton it really depends what is your targeted market

danielstockton13:03:44

Yes, definitely. http://caniuse.com/#search=draggable 44% is a bit too low for us.

baptiste-from-paris13:03:36

again, it depends on your audience - but it would be cool to use the google closure API