Fork me on GitHub
#om
<
2015-07-08
>
a.espolov09:07:28

Hello xlink:href attribute for svg tags using om I can't insert attribute to the tag in this notation

a.espolov09:07:05

Particularly for choices: Whe don't see except Dangerously Set innerHTML

rui.yang09:07:19

does om next require graphql like backend?

rui.yang09:07:32

or it is more generic. graphql kind of backend is great, but seems at early stage

minimal10:07:06

It uses datomic pull api syntax rather than graphql

minimal10:07:54

So making a backend to use datomic in a graphql-like way shouldn’t be hard

rui.yang10:07:22

but what if i still ise normal db+rest. to adopt datomic or graphql will take some time

minimal10:07:24

Yeah it will. Or you have to translate the query to your db

dnolen11:07:51

more generic, you don’t need a custom db

dnolen11:07:08

you can write Om Next programs that work more or less like the old ones

nullptr16:07:42

any plans for a splice type capability for query params in om next? like, if i want [:foo ?bar] to result in [:foo :bar]? all current examples seems to expect collections in the ?param position. not sure how useful this is beyond my current “hello world” scenario, but curious anyways.

dnolen16:07:23

no plans to support splice, I don’t know what that would be good for

dnolen16:07:34

you will be able to update the query and the params

nullptr17:07:01

update the query/params at runtime? that’d do.

nullptr17:07:22

this example is intentionally ludicrous, i’m not suggesting this would be broadly applicable

dnolen17:07:03

@nullptr: not going to support that