You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You also have to include the Datastar JavaScript client module in your HTML pages. You can do this by adding the following script tag to your HTML head:
43
+
You also have to include the Datastar JavaScript client module in your HTML pages. You can do this by adding the following script tag to your HTML:
// Uses the default version of datastar from the zio-http-datastar-sdk module
50
+
head(datastarScript)
51
+
52
+
// Or specify a custom version of datastar
53
+
head(datastarScript(version ="1.2.3"))
52
54
```
53
55
54
56
Pick the proper version of the module according to the [installation instructions](https://data-star.dev/guide/getting_started#installation) in the Datastar's documentation.
@@ -189,30 +191,24 @@ The server can extract the signals from the request like this:
0 commit comments