Update readme with blog post link (#23)
Markus Wüstenberg markus@maragu.dk
Fri, 25 Sep 2020 12:32:50 +0200
1 files changed, 4 insertions(+), 1 deletions(-)
jump to
M README.md → README.md
@@ -3,12 +3,15 @@ [](https://godoc.org/github.com/maragudk/gomponents) [](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