untangled

NEW CHANNEL: #fulcro
currentoor 2016-09-15T16:18:01.000307Z

@anmonteiro great job on the server side rendering for om.next!

currentoor 2016-09-15T16:18:23.000308Z

also, why does om have both project.clj and build.boot?

anmonteiro 2016-09-15T16:20:06.000309Z

@currentoor thanks, most of the work was already done in https://github.com/ladderlife/cellophane

anmonteiro 2016-09-15T16:20:13.000311Z

just needed to merge that in

anmonteiro 2016-09-15T16:20:53.000312Z

hrm, because I find Boot makes me most productive and I asked David to include a build.boot file for would-be Om hackers that prefer Boot 🙂

1
currentoor 2016-09-15T16:21:14.000313Z

oh i see

currentoor 2016-09-15T16:21:26.000314Z

cool!

tony.kay 2016-09-15T21:17:43.000316Z

FYI: I've just pushed a CSS recipe to the untangled cookbook that shows how to co-locate CSS is a nice composable way in Untangled. Some of the helper functions will likely be moved into untangled client once I decide how much more polish they need. These techniques would work fine with stock Om Next as well. https://github.com/untangled-web/untangled-cookbook/tree/develop/recipes/css-idea

tony.kay 2016-09-15T21:17:51.000318Z

NOTE: develop branch, not master yet