Deprecate @astrojs/turbolinks (#3383)

* deprecating the Turbolinks integration

* chore: add changeset
This commit is contained in:
Tony Sullivan 2022-05-16 23:08:49 +00:00 committed by GitHub
parent 3ceff25959
commit 387ed0cfa1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
'@astrojs/turbolinks': patch
---
The @astrojs/turbolinks integration has been deprecated

View file

@ -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.