yawetse / bindie

CommonJS/Browserified simple data view binding, without magic. This is a quick and light weight vanilla JS way to data bind UI elements.
https://yawetse.github.io/bindie/
MIT License
0 stars 0 forks source link

Use template-literal instead of EJS #1

Open Drulac opened 6 years ago

Drulac commented 6 years ago

Template Literal is fastest, smallest and simplest template engine, because it use JS's literal template feature.

It's 55 times faster than EJS, and it also use less CPU and RAM ressources, so it may be a good idea to use it instead of EJS 😀

yawetse commented 6 years ago

completely agree

yawetse commented 6 years ago

frankly, bindie is no longer relavent, React/JSX or RJX is a better replacement https://github.com/repetere/rjx