This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-08-06
Channels
- # alda (3)
- # beginners (109)
- # boot (24)
- # cljsrn (17)
- # clojure (41)
- # clojure-brasil (2)
- # clojure-china (1)
- # clojure-russia (19)
- # clojure-spec (9)
- # clojure-uk (5)
- # clojurescript (44)
- # cloverage (5)
- # core-async (3)
- # css (2)
- # datascript (6)
- # datomic (26)
- # emacs (2)
- # events (10)
- # hoplon (24)
- # lambdaisland (1)
- # om (2)
- # onyx (16)
- # other-languages (10)
- # proto-repl (2)
- # re-frame (14)
- # spacemacs (2)
- # untangled (4)
- # videos (1)
Newb. I read in Hoplon docs:
How will templating and HTML processing work in HLisp?
Solution: None, yet.
So no templating in hoplon?although you can still use any of the many js templating libraries in your application if you wish
^imo a template is just code in a restricted dsl, makes more sense to use functions
yep and the whole process of converting strings to html and then using jquery or whatever to attach event handlers etc
@matan: if you have an example of how you use templates that would be the best thing, because we could then show you the alternative
@micha latest PR’s for hoplon and boot-hoplon remove jQuery and use GCL
doesnt replace, removes dependency and makes it optional, anything internal which used jQuery is replaced with vanilla js
so hoplon doesnt need jQuery or GCL
the actual changes are pretty easy to follow in the comparison
I wanted to get more eyes on it tho, I do have an app running on the gcl now
above brew PR has a screenshot
no prob just a heads up, it’s ready for review