zalmoxisus / remotedev-server

Connect Redux DevTools extension to a remote app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use template-literal instead of EJS

Drulac opened this issue Β· comments

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 πŸ˜€

Thanks for the suggestion and sorry about the late answer. EJS is not heavily used, just to include remotedev-app, but if you'd like to change it, I'm open to a PR (just make sure to do it against 0.3 branch).