Difference between Jsviews and Jsrender?

Asked

Viewed 35 times

0

I started playing with templates recently and ended up coming across Jsviews and Jsrender, I’ve done some research on it but I still can’t quite understand the main differences between them.

1 answer

1


Jsview is a data bind lib, while Jsrender is a template lib.

Jsrender renders HTML using a template, while Jsviews that is built on top of Jsrender allows two way data bind.

https://www.jsviews.com/

Browser other questions tagged

You are not signed in. Login or sign up in order to post.