1
0
View components in pure Go, that render to HTML 5. https://www.gomponents.com
Go to file
Markus Wüstenberg 15d2cc9373
Add Makefile (#4)
2020-09-18 13:57:04 +02:00
.github/workflows Create codeql-analysis.yml (#3) 2020-09-15 09:40:58 +02:00
.editorconfig Add first implementation of Node, El, Attr, Text 2020-09-13 22:50:19 +02:00
.gitignore Add Makefile (#4) 2020-09-18 13:57:04 +02:00
go.mod Add first implementation of Node, El, Attr, Text 2020-09-13 22:50:19 +02:00
gomponents_test.go Add first implementation of Node, El, Attr, Text 2020-09-13 22:50:19 +02:00
gomponents.go Add package documentation (#1) 2020-09-14 10:47:14 +02:00
LICENSE Add first implementation of Node, El, Attr, Text 2020-09-13 22:50:19 +02:00
Makefile Add Makefile (#4) 2020-09-18 13:57:04 +02:00
README.md Add godoc link to readme (#2) 2020-09-14 10:51:29 +02:00

gomponents

GoDoc

gomponents are components of DOM nodes for Go, that can render to an HTML Document. 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.