diff options
author | Markus Wüstenberg | 2021-05-07 14:40:55 +0200 |
---|---|---|
committer | GitHub | 2021-05-07 14:40:55 +0200 |
commit | 1072ec9b70c6b2137d429214aafed2beb42d6a25 (patch) | |
tree | 356879f3df910e9749d86bef041c4831d5393bd9 | |
parent | d34b28be56b83a867343b5249f9a6c545ef3501d (diff) | |
download | gomponents-1072ec9b70c6b2137d429214aafed2beb42d6a25.tar.lz gomponents-1072ec9b70c6b2137d429214aafed2beb42d6a25.tar.zst gomponents-1072ec9b70c6b2137d429214aafed2beb42d6a25.zip |
Update readme with content from website (#73)
-rw-r--r-- | README.md | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md index 58f8b1d..4284632 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ -# gomponents +# Tired of complex template languages? [](https://godoc.org/github.com/maragudk/gomponents) [](https://codecov.io/gh/maragudk/gomponents) -gomponents are declarative view components in Go, that can render to HTML5. -gomponents aims to make it easy to build HTML5 pages of reusable components, -without the use of a template language. Think server-side-rendered React, -but without the virtual DOM and diffing. +Try view components in pure Go. -The implementation is very usable, but the API may change until version 1 is reached. +_gomponents_ are view components written in pure Go. +They render to HTML 5, and make it easy for you to build reusable components. +So you can focus on building your app instead of learning yet another templating language. -Check out the blog post [gomponents: declarative view components in Go](https://www.maragu.dk/blog/gomponents-declarative-view-components-in-go/) -for background. +The API may change until version 1 is reached. + +Check out [www.gomponents.com](https://www.gomponents.com) for an introduction. ## Features |