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
samyt
06/11/2019, 3:25 PM
Ok Thank You.
s
stalbert
06/11/2019, 3:28 PM
for simple tasks, since we always have
lodash
handy we just use it's built-in templating
👍 1
stalbert
06/11/2019, 3:29 PM
anything more advanced than lodash and we switch to a SPA approach with the likes of VueJS or Angular