Fork me on GitHub
#portkey
<
2017-11-01
>
qqq13:11:42

https://github.com/cgrand/enliven <-- this looks like a templating library ...

qqq13:11:18

I'm looking for something where I can write todo.cljc --- compile it twice, have the .cljs file do reagent + gui, and the .clj file do portkey/lambda/dynamodb

cgrand17:11:17

Templating was the first step (and the only that gets implemented)

tatut17:11:06

that doesn’t sound like a particularly good idea, having all your UI views and controls and the database in the same ns and file

tatut17:11:16

from an app architecture point of view

tatut17:11:28

perhaps nice for proof of concepts or quick demos though

qqq18:11:14

it makes more sense to me to divide into "app" rather than "server/client" - a single ns makes it easy to see what each GUI action does to the server, and how server data is rendered int eh GUI