om

Please ask the channel first, not @dnolen directly!
2017-03-28T07:57:42.608463Z

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

👍 1
jduenas 2017-03-28T08:47:07.282259Z

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-paris 2017-03-28T11:50:46.642520Z

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/

2017-03-28T11:59:29.750438Z

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

2017-03-28T12:00:12.760846Z

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-paris 2017-03-28T12:01:29.778756Z

using om?

2017-03-28T12:03:44.808890Z

Yes, om.next.

baptiste-from-paris 2017-03-28T13:03:13.696555Z

@danielstockton it really depends what is your targeted market

baptiste-from-paris 2017-03-28T13:04:43.723733Z

http://caniuse.com/#feat=dragndrop

2017-03-28T13:04:44.724134Z

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

2017-03-28T13:04:49.725542Z

🙂

baptiste-from-paris 2017-03-28T13:04:50.725623Z

lol ok

baptiste-from-paris 2017-03-28T13:05:36.739509Z

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