-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dac74a2
commit 2caf9de
Showing
5 changed files
with
40 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions
18
src/content/blog/sharing-state-between-react-and-astro-components.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: Sharing state between React and Astro components with nanoStores | ||
description: How to use the nanoStores library to share state between React and Astro components | ||
pubDate: Mar 22 2024 | ||
cover: ./assets/nanostores.jpg | ||
coverAlt: Screenshot of the nanoStores github README | ||
tags: [astro, react, nanostores] | ||
draft: true | ||
--- | ||
|
||
Enabling the Speculation Rules API with AstroJS | ||
|
||
In the modern web development landscape, page loading speed is integral to user | ||
experience. any web application. Speculation Rules API, an experimental feature, | ||
is pretty much a game changer, as page loads will become instant as the client | ||
fetches them, based on pre-configured rules. This post is intended to guide | ||
developers through the process of integrating the Speculation Rules API with | ||
AstroJS. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters