This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-11-26
Channels
- # admin-announcements (70)
- # aws (1)
- # beginners (17)
- # boot (37)
- # business (1)
- # cider (2)
- # cljs-dev (56)
- # cljsrn (6)
- # clojure (151)
- # clojure-germany (1)
- # clojure-nl (5)
- # clojure-poland (5)
- # clojure-russia (34)
- # clojure-taiwan (1)
- # clojurescript (289)
- # clojurex (2)
- # cursive (16)
- # datavis (3)
- # datomic (12)
- # editors (10)
- # emacs (3)
- # hoplon (17)
- # ldnclj (5)
- # lein-figwheel (12)
- # leiningen (1)
- # liberator (1)
- # off-topic (23)
- # om (116)
- # onyx (39)
- # parinfer (44)
- # portland-or (1)
- # reagent (34)
- # yada (6)
https://clojurians.slack.com/archives/clojurescript/p1448529361002608 not sure I got the answers I was looking for
@micha: so let's try the other way - why are you against the big atom? I just saw elm using something similar but I don't see much explanation from anyone
@xifi, again - the benefit - it's one piece of state. If you want to save it, serialize it, store it, restore it - no problem. It's a database. If you have a map in an atom - it's a KV store. If you have a datascript database in an atom - it's something more. If your application works well with the database concept - you're good to go.
@dm3: I'm just asking questions that might seem to attack the idea, so as to get to the core of the idea. I'll be around a bit later, or if not today then tomorrow, so I can ping you 😉
with Om you get a very constrained access to the "database" (assuming you don't mean om-next)
@ul: regarding semantic-ui, indeed we are still using it successfully and quite satisfied with it, though a, we haven't done any serious customizations on it b. we don't really feel the need for serious customizations c, it's adaptability to different screen sizes is quite good d, the out of the box version is a bit big for public websites, which also exaggerates FOUC issue e, we still keep looking up the documentation for the possible class name variations, so im not completely sold on their philosophy you can see a lof of use-cases in our website source: https://github.com/exicon/homepage
it was a great choice to bridge the past ~year while we didn't have enough readily available CSS knowledge. we have also learnt a lot from it. for our web app im not so keen to change it, but for our website i would try something leaner instead. i would like to explore the http://neat.bourbon.io/ idea a bit, because it makes the markup super minimal and all the styling concerns are concentrated into the CSS, however u might want a lot of conditional CSS anyway, so it might not make much sense for web apps...
@alandipert: @micha we prepared a minimal example of a loop-tpl issue in alpha11 https://github.com/exicon/loop-tpl-lost-reactivity
@onetom: thank you for details! i've started my new app with Semantic UI provided by exicon/semantic-ui, and flight goes well right now
big size is not a concern in my case, because despite of small application functionality it deals with a bunch of images, and even such big framework like semantic is not a problem comparing with image loading