I looked into dust.js and alternatives for a proje...
# suitescript
s
I looked into dust.js and alternatives for a project once. I ended up using mustache.js instead, just because it was already adopted by our company as a preferred JS library
s
Ok Thank You.
s
for simple tasks, since we always have
lodash
handy we just use it's built-in templating
👍 1
anything more advanced than lodash and we switch to a SPA approach with the likes of VueJS or Angular
👍 1
s
Thats Great To know. Thank You
@stalbert I have used lodash