Fork me on GitHub
#fulcro
<
2018-03-19
>
levitanong05:03:43

@piotrek i think there’s a reason shadow-cljs has become the default. 😉

piotrek07:03:24

@levitanong I guess so but I’m curious what the reason is

levitanong08:03:09

@piotrek AFAIK it’s the better npm support, modules support, and easier config in general.

levitanong08:03:36

The last bit is prolly a matter of preference for some people. but the first two points are pretty hard points in favor of shadow-cljs

piotrek08:03:30

Thanks @levitanong. I need to learn more about it.

tony.kay14:03:07

@piotrek Yes, that is my reasoning for making it the default. We’re building front-end stuff, and people often want to use pre-existing js ecosystem libraries. My experience with shadow-cljs has been a lot better in that department.

myguidingstar19:03:02

hi all, some updates from walkable:

myguidingstar19:03:58

new features besides internal refactoring: 1. pseudo columns to inline arbitrary sql code → useful for aggregate queries

myguidingstar19:03:06

2. allow namespaced keywords as condtions' values so you can describe constraints involving two columns ie {:item/val-1 [:< :item/val-2]} => WHERE "item"."val_1" < "item"."val_2"

myguidingstar19:03:57

3. allow to specify quote marks, so it should work with many dbms

myguidingstar19:03:09

that's it. I'm working on the documentation. It will be up within today at http://walkable-server.github.io/walkable/

tony.kay23:03:12

Fulcro 2.4.2 released to Clojars. This fixes two bugs: - SELECT elements in alpha DOM were not working yet. They are now - Mutation joins (return values from server mutations) had a regression