magicdawn / razor-tmpl

razor style template engine for JavaScript
21 stars 9 forks source link

Don't give up!!! #4

Open Javiani opened 7 years ago

Javiani commented 7 years ago

Hey!!!

I was looking for good template systems out there for javascript, and luckly I found this!!! I'm working with a library called Jails to create components, and applications and it's very decoupled, so I can used it with whatever third-party js modules.

I'm using the razor-tmpl in a poc along Jails and it's working like a charm.

I can tell you, there is no template system so elegant like this one. And believe me, I know all of them!

I saw that the last commit was one year ago, PLEASE do not give up on this project!!!! It's amazing the best Razor implementation so far. I've tried others but they simply don't work.

This project is so much better then Mustache, Handlebars, T7, EJS, for client-side. Please, keep it up!

Also, it can be used along with morphdom for diffing and patching changes... I have a poc as fast as any other virtual-dom applications with Razor syntax sugar!!

Thank you very much!

develax commented 5 years ago

@Javiani If you're still interested you may take a look at the Razor-Express library I'm developing.