diff options
author | Markus Wüstenberg | 2020-09-13 22:50:19 +0200 |
---|---|---|
committer | Markus Wüstenberg | 2020-09-13 22:50:19 +0200 |
commit | fc3cc0f0f3a59bf4fe27a4e32dc2ef420b3fa2f8 (patch) | |
tree | f3f933970dccd06a347613d3663035c023ac0017 /README.md | |
download | gomponents-fc3cc0f0f3a59bf4fe27a4e32dc2ef420b3fa2f8.tar.lz gomponents-fc3cc0f0f3a59bf4fe27a4e32dc2ef420b3fa2f8.tar.zst gomponents-fc3cc0f0f3a59bf4fe27a4e32dc2ef420b3fa2f8.zip |
Add first implementation of Node, El, Attr, Text
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..1eaed1c --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# gomponents + +gomponents are components of DOM nodes for Go, that can render to an HTML page. +gomponents aims to make it easy to build HTML pages of reusable components, +without the use of a template language. Think server-side-rendered React, +but without the virtual DOM and diffing. + +The implementation is still incomplete, but usable. The API may change until version 1 is reached. |