hoplon

The :hoplon: ClojureScript Web Framework - http://hoplon.io/
Ahmed Hassan 2019-06-08T02:04:59.032500Z

So, we can do (:require [hoplon.goog]) and it'll do similar things as (:require [hoplon.jquery]) does? Or is there anything more to Jquery?

flyboarder 2019-06-08T18:55:30.035300Z

They do the same things but differently

👍 1
Ahmed Hassan 2019-06-08T02:07:22.034900Z

Do implementation of default browser cases have dependency on Jquery or goog? Or it's standalone Hoplon? I think latter is true.

flyboarder 2019-06-08T18:56:22.036400Z

Hoplon by itself handles default cases, though we recommend an attribute provider

👍 1
flyboarder 2019-06-08T18:56:49.037400Z

For example there are other attribute providers like the ones within uikit-hl which also include uikit styles

👍 1