Skip to content

Commit

Permalink
Deprecate @astrojs/turbolinks (#3383)
Browse files Browse the repository at this point in the history
* deprecating the Turbolinks integration

* chore: add changeset
  • Loading branch information
Tony Sullivan authored May 16, 2022
1 parent 3ceff25 commit 387ed0c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/smart-bananas-kick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@astrojs/turbolinks': patch
---

The @astrojs/turbolinks integration has been deprecated
8 changes: 8 additions & 0 deletions packages/integrations/turbolinks/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 387ed0c

Please sign in to comment.