Skip to content

Commit

Permalink
docs: link to Storybook post
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h committed Oct 23, 2021
1 parent 53d1870 commit 64897d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ The language generates Go code, some sections of the template (e.g. `package`, `
* `templ generate` generates Go code from `*.templ` files.
* `templ fmt` formats template files in the current directory tree.
* `templ lsp` provides a Language Server to support IDE integrations. The compile command generates a sourcemap which maps from the `*.templ` files to the compiled Go file. This enables the `templ` LSP to use the Go language `gopls` language server as is, providing a thin shim to do the source remapping. This is used to provide autocomplete for template variables and functions.
* Storybook support, see https://adrianhesketh.com/2021/10/23/using-storybook-with-go-frontends/

## Template files

Expand Down Expand Up @@ -690,6 +691,8 @@ Please get in touch if you're interested in building a feature as I don't want p
* https://adrianhesketh.com/2021/05/18/introducing-templ/
* https://adrianhesketh.com/2021/05/28/templ-hot-reload-with-air/
* https://adrianhesketh.com/2021/06/04/hotwired-go-with-templ/
* https://adrianhesketh.com/2021/10/17/testing-templ-html-rendering-with-goquery/
* https://adrianhesketh.com/2021/10/23/using-storybook-with-go-frontends/
## Security
Expand Down

0 comments on commit 64897d9

Please sign in to comment.