stevepi_: Transferred funds. Glad we got 4 contributors at Ploneconf :-)
stevepi_
x58 thank you! indeed. a new contributor, too
evilbungle has quit
evilbungle joined the channel
Pumukel has quit
Pumukel joined the channel
unfortunately, we're stuck on that branch
supton joined the channel
chrisrossi
I'm about to pull out my old friend handlebars to do some client side templating. Tell me I'm woefully behind and point me to the current state of art for client side templating.
raydeo
you mean react?
who the hell does client side templating? we write client side apps now
x58
server side is as dumb as a rock... client side all the things.
gavinc
I guess we still do :( So behind the times, all this good old fashinoned mustache via Hogan
x58
Even permissions ;-) make a pentesters job easy!
chrisrossi
i've inherited some front end from a designer who basically does everything brute force.
i will probably rewrite this to use some kind of actual framework at some point, but right now i only want templates.
to replace the code where he has manually written javascript for every field he wants to display in html.
Dead_Thinker has quit
client says, 'add 30 more fields'. i'm like, not like this i'm not.
davisagli: that looks very interesting.. are you using it in production?
evilbungle has quit
davisagli
dowwie: yeah. using it on one or two projects where we render templates on both server and client side. it does take some care, because of course you have to write filters in both languages
dowwie
ugh!
davisagli
and it’s still a string templating language, so it’s not going to avoid rendering overhead the way react does
modulitos
Elmer_: thanks for the link! I don't think I've gone over that section of the docs (or maybe I did, but it's making a lot more sense now!)