Update fetch for static page gen, fix DOM patching
This commit is contained in:
@@ -25,7 +25,7 @@ type repoInfo struct {
|
||||
Stars int `json:"stargazers_count"`
|
||||
}
|
||||
|
||||
//gowasm:page /data layout=app
|
||||
//gowasm:page /data layout=app static
|
||||
func DataPage(d Deps) func() *VNode {
|
||||
// (1) gob from our own server via httputil.RespondGob / FetchGob.
|
||||
quotes := NewSignal([]Quote{})
|
||||
|
||||
Reference in New Issue
Block a user