Deprecate @astrojs/turbolinks (#3383)
* deprecating the Turbolinks integration * chore: add changeset
This commit is contained in:
parent
3ceff25959
commit
387ed0cfa1
2 changed files with 13 additions and 0 deletions
5
.changeset/smart-bananas-kick.md
Normal file
5
.changeset/smart-bananas-kick.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'@astrojs/turbolinks': patch
|
||||
---
|
||||
|
||||
The @astrojs/turbolinks integration has been deprecated
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue