Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo-mod-jslibs-dist.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-10-06 18:50:08 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-10-06 18:50:08 +0300
commit14a52eda6b7263bcd4b301bf9878e39f84f7377e (patch)
treefc42969c856fff7dac806b56c5a90a5a989a3626
parent156ac713ccaecbc9bbf402ff09f6f2455798ec2f (diff)
alpinejs: Add Turbo info
-rw-r--r--alpinejs/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/alpinejs/README.md b/alpinejs/README.md
index 94eb2c9..22f5c73 100644
--- a/alpinejs/README.md
+++ b/alpinejs/README.md
@@ -30,3 +30,5 @@ import persist from 'jslibs/alpinejs/v3/persist/dist/module.esm.js';
})();
```
+
+Note that this works great in combination with [Turbo](https://github.com/gohugoio/hugo-mod-jslibs/tree/master/turbo), but you would need to set up something like [these listeners](https://gist.github.com/bep/a9809f0cb119e44e8ddbe37dd1e58b50) to make it work properly. \ No newline at end of file