summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/astro/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/astro/README.md b/packages/astro/README.md
index 263a2f26b..6b82f0bfc 100644
--- a/packages/astro/README.md
+++ b/packages/astro/README.md
@@ -117,8 +117,9 @@ Frontend state management depends on your framework of choice. Below is a list o
Our goal is to support all popular state management libraries, as long as there is no technical reason that we cannot.
- **React/Preact**
+ - [x] **[Recoil](https://recoiljs.org/): Full Support**
+ - [x] **[Jotai](https://jotai.pmnd.rs/): Full Support**
- [ ] **Redux: Partial Support** (Note: You can access a Redux store directly, but full `react-redux` support requires the ability to set a custom `<Provider>` wrapper to every component island. Planned.)
- - [x] **Recoil: Full Support**
- **Svelte**
- [x] **Svelte Stores: Full Support**
- **Vue:**