From e0258584d4fcbbb21a9ec292c7a817824246edfa Mon Sep 17 00:00:00 2001 From: Guseyn Ismayylov Date: Sat, 25 Apr 2020 04:14:45 +0300 Subject: [PATCH 1/2] EHTML as Templating Engine and Framework EHTML - HTML Framework that allows you not to write JavaScript code. It can be described as a set of custom elements that you can put on HTML page for different purposes and use cases. The main idea and goal of this library is to provide a convenient way to get rid of JavaScript code on the client side as much as it's possible for basic and routine stuff. I think it's awesome. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index fb3c530..0c011bd 100644 --- a/README.md +++ b/README.md @@ -250,6 +250,8 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [xtemplate](https://github.com/xtemplate/xtemplate) - eXtensible Template Engine lib for node and the browser * [marko](https://github.com/marko-js/marko) - A fast, lightweight, HTML-based templating engine for Node.js and the browser with async, streaming, custom tags and CommonJS modules as compiled output. * [swig](http://paularmstrong.github.io/swig/) - A simple, powerful, and extendable Node.js and browser-based JavaScript template engine. +* [EHTML](https://github.com/Guseyn/EHTML) - HTML Framework that allows you not to write JavaScript code. + ## Articles and Posts @@ -797,6 +799,7 @@ Besides libraries, there're [Collection on Codepen](http://codepen.io/collection * [fluidity](https://github.com/mrmrs/fluidity) - The worlds smallest fully-responsive css framework. * [Ink](https://github.com/sapo/Ink) - An HTML5/CSS3 framework used at SAPO for fast and efficient website design and prototyping. * [DataFormsJS](https://github.com/dataformsjs/dataformsjs) - A minimal JavaScript Framework and standalone components for rapid development of sites and SPA's. +* [EHTML](https://github.com/Guseyn/EHTML) - HTML Framework that allows you not to write JavaScript code. ## Boilerplates From a353189e4975390412450cb90ec58ee88d0c5e17 Mon Sep 17 00:00:00 2001 From: Guseyn Ismayylov Date: Sat, 25 Apr 2020 04:17:19 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 0c011bd..ed7927b 100644 --- a/README.md +++ b/README.md @@ -252,7 +252,6 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [swig](http://paularmstrong.github.io/swig/) - A simple, powerful, and extendable Node.js and browser-based JavaScript template engine. * [EHTML](https://github.com/Guseyn/EHTML) - HTML Framework that allows you not to write JavaScript code. - ## Articles and Posts * [The JavaScript that you should know](https://medium.com/@pedropolisenso/o-javasscript-que-vocĂȘ-deveria-conhecer-b70e94d1d706) - Article about concepts of JavaScript Functional.