diff options
author | 2022-05-16 23:08:49 +0000 | |
---|---|---|
committer | 2022-05-16 18:08:49 -0500 | |
commit | 387ed0cfa1ed73e0025dd81f221ea7c95d724a59 (patch) | |
tree | 65c448f356e5dc5fc0bdc4eb8b4ad51dc5047884 | |
parent | 3ceff2595967c68b332bc6e48877e87f77520244 (diff) | |
download | astro-387ed0cfa1ed73e0025dd81f221ea7c95d724a59.tar.gz astro-387ed0cfa1ed73e0025dd81f221ea7c95d724a59.tar.zst astro-387ed0cfa1ed73e0025dd81f221ea7c95d724a59.zip |
Deprecate @astrojs/turbolinks (#3383)
* deprecating the Turbolinks integration
* chore: add changeset
-rw-r--r-- | .changeset/smart-bananas-kick.md | 5 | ||||
-rw-r--r-- | packages/integrations/turbolinks/README.md | 8 |
2 files changed, 13 insertions, 0 deletions
diff --git a/.changeset/smart-bananas-kick.md b/.changeset/smart-bananas-kick.md new file mode 100644 index 000000000..49e33593b --- /dev/null +++ b/.changeset/smart-bananas-kick.md @@ -0,0 +1,5 @@ +--- +'@astrojs/turbolinks': patch +--- + +The @astrojs/turbolinks integration has been deprecated diff --git a/packages/integrations/turbolinks/README.md b/packages/integrations/turbolinks/README.md index cb68b61f4..1c57212d2 100644 --- a/packages/integrations/turbolinks/README.md +++ b/packages/integrations/turbolinks/README.md @@ -1,3 +1,11 @@ +# This integration is no longer actively supported + +[Turbolinks](https://github.com/turbolinks/turbolinks) is no longer under active development. The `@astrojs/turbolinks` integration has been deprecated. + +## Looking for an alternative? + +Check out [swup](https://swup.js.org/)! If you are using any `client:*` script for partial hydration, make sure to install the `@swup/scripts-plugin` to ensure components are rehydrated after a page navigation. + # @astrojs/turbolinks ⚡️ This **[Astro integration][astro-integration]** brings [Turbo](https://github.com/hotwired/turbo) to your Astro project. |