untangled

NEW CHANNEL: #fulcro
mitchelkuijpers 2016-11-11T10:35:32.004294Z

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

tony.kay 2016-11-11T17:34:37.004303Z

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.kay 2016-11-11T17:37:40.004304Z

(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.kay 2016-11-11T17:38:31.004305Z

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

kauko 2016-11-11T17:57:33.004306Z

Is the template ready for use? 🙂 https://github.com/untangled-web/untangled-template-workspace

kauko 2016-11-11T17:58:15.004308Z

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

kauko 2016-11-11T17:58:25.004309Z

oh well, maybe a good starting point?

adambros 2016-11-11T18:47:00.004310Z

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

adambros 2016-11-11T18:47:34.004311Z

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

2016-11-11T22:32:44.004316Z

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

2016-11-11T22:33:20.004317Z

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

2016-11-11T22:33:44.004318Z

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

adambros 2016-11-11T22:41:02.004319Z

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

adambros 2016-11-11T22:41:34.004320Z

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

adambros 2016-11-11T22:41:48.004321Z

they may need a few helper macros

2016-11-11T22:51:59.004323Z

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