all repos — gomponents @ 5d5933899c320101dbf590bdc9aae6e4c5134073

HTML components in pure Go

Update readme with blog post link (#23)

Markus Wüstenberg markus@maragu.dk
Fri, 25 Sep 2020 12:32:50 +0200
commit

5d5933899c320101dbf590bdc9aae6e4c5134073

parent

5da578cfdf717ff1465f729194c8192a00412881

1 files changed, 4 insertions(+), 1 deletions(-)

jump to
M README.mdREADME.md
@@ -3,12 +3,15 @@ [![GoDoc](https://godoc.org/github.com/maragudk/gomponents?status.svg)](https://godoc.org/github.com/maragudk/gomponents)
 [![codecov](https://codecov.io/gh/maragudk/gomponents/branch/master/graph/badge.svg)](https://codecov.io/gh/maragudk/gomponents)
 
-gomponents are components of DOM nodes for Go, that can render to an HTML Document.
+gomponents are declarative view components in Go, that can render to HTML.
 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.
+
+Check out the blog post [gomponents: declarative view components in Go](https://www.maragu.dk/blog/gomponents-declarative-view-components-in-go/)
+for background.
 
 ## Usage