Open Guria opened 8 years ago
It's for static) Why you want render on client side?)
I want to make hybrid approach. Once html + js loaded override links to other pages:
href.replace('.html', '.json')
bemhtml.apply(JSON.parse(json))
All json files could be saved in cache using server worker api, to make whole website available offline as well.
Would be useful for client side templating. Related to #8