Handlebards.js vs Marko.js: Link to Marko.js library
I have to develop a portfolio site for a friend. The majority of the site will be static with things like information about the person, skills, projects etc. The usual stuff.
The only part which would need some backend implementation would be the contact form and that also, I may or may not integrate with MailChimp.
Now, since most of it is static, I want to go a minimalist HTML approach instead of the traditional HTML, CSS approach.
Also, since, it is a portfolio site, it will have a considerable amount of canvas animations too. Just to make it look interactive. So, performance and load time is a big concern.
Handlebars are very old, whereas Marko.js is fairly new and also supported by eBay which looks a good thing.