Fork me on GitHub
#untangled
<
2016-11-11
>
mitchelkuijpers10:11:32

Awesome! I really like the api of load especially that the options are just a map..

tony.kay17:11:37

Yeah, for most things I think load fits really well. I'm hoping it turns out that it just fits everything. I think it does, but I'm willing to play wait-and-see on it.

tony.kay17:11:40

(load app :made-up-keyword Component {:target [:blah :boo]}) gets you the ability to target a specific query on the server and a specific app state location for the result (with auto-normalization of the nested data), and the ident-based version makes it even easier when your target is a table. Combine that with parameters, and post mutations for things like sorting and the use of integrate-ident and I cannot think of a problem it doesn't solve.

tony.kay17:11:31

But I want to port the cookbook and such and make sure I'm right 🙂

kauko17:11:15

ah no, that repo is apparently for developing the actual template

kauko17:11:25

oh well, maybe a good starting point?

adambrosio18:11:00

i think tony and i have decided that the template is too much work to maintain (& get up to date) instead the plan moving forwards will be to clone a project, and provide a few bash scripts to rename everything that might need/want renaming that way we can be developing the “template” without having the drag of it being a lein template

adambrosio18:11:34

there is still a lein-template if you want to check it out, but it’ll likely merge with that workspace into a project you will clone

jasonjckn22:11:44

@adambros what's the news on defui dev tools?

jasonjckn22:11:20

i'd suggest not being overly ambitious and try to get some working MVP committed to either untangled-client, or a new project

jasonjckn22:11:44

that thing is always going to be experimental / cutting edge, but would be a tragedy to have it stuck in PR forever

adambrosio22:11:02

@jasonjckn the mixins/augments are ready whenever i think, the devtools are not really there yet

adambrosio22:11:34

ill see if i have some time this weekend to get the augments out there

adambrosio22:11:48

they may need a few helper macros

jasonjckn22:11:59

@adambros consider breaking up the PR into multiple PRs, just get 1 decent dev tool in like the IDerefFactory